fix: build and changed main subtitle
This commit is contained in:
parent
f286446a2e
commit
f0c0039712
@ -44,7 +44,7 @@ const NavLink: React.FC<NavLinkProps> = ({ href, children, isActive = false, onC
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export const NavLinks: React.FC<NavLinksProps> = ({ translations, scrolled, className }) => {
|
export const NavLinks: React.FC<NavLinksProps> = ({ translations, className }) => {
|
||||||
const [activeSection, setActiveSection] = React.useState<string>('home');
|
const [activeSection, setActiveSection] = React.useState<string>('home');
|
||||||
|
|
||||||
// Observer pour détecter la section active
|
// Observer pour détecter la section active
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { ServiceCard } from '../common/ServiceCard';
|
import { ServiceCard } from '../common/ServiceCard';
|
||||||
import { componentStyles } from '../../styles/designSystem';
|
//import { componentStyles } from '../../styles/designSystem';
|
||||||
import type { Service } from '../../types/service';
|
import type { Service } from '../../types/service';
|
||||||
|
|
||||||
interface ServicesSectionProps {
|
interface ServicesSectionProps {
|
||||||
|
@ -136,7 +136,7 @@ export const en: Translation = {
|
|||||||
],
|
],
|
||||||
hero: {
|
hero: {
|
||||||
title: "Welcome to La Banquise",
|
title: "Welcome to La Banquise",
|
||||||
subtitle: "Your trusted technology partner",
|
subtitle: "Hosting provider, for students, by students.",
|
||||||
cta: "Discover our services"
|
cta: "Discover our services"
|
||||||
},
|
},
|
||||||
navigation: {
|
navigation: {
|
||||||
|
@ -136,7 +136,7 @@ export const fr: Translation = {
|
|||||||
],
|
],
|
||||||
hero: {
|
hero: {
|
||||||
title: "Bienvenue chez La Banquise",
|
title: "Bienvenue chez La Banquise",
|
||||||
subtitle: "Votre partenaire technologique de confiance",
|
subtitle: "Hébergeur, pour les étudiants, par des étudiants.",
|
||||||
cta: "Découvrir nos services"
|
cta: "Découvrir nos services"
|
||||||
},
|
},
|
||||||
navigation: {
|
navigation: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user