fix: build and changed main subtitle

This commit is contained in:
Arthur Wambst 2025-09-06 21:03:24 +02:00
parent f286446a2e
commit f0c0039712
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View File

@ -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');
// Observer pour détecter la section active

View File

@ -1,6 +1,6 @@
import React from 'react';
import { ServiceCard } from '../common/ServiceCard';
import { componentStyles } from '../../styles/designSystem';
//import { componentStyles } from '../../styles/designSystem';
import type { Service } from '../../types/service';
interface ServicesSectionProps {

View File

@ -136,7 +136,7 @@ export const en: Translation = {
],
hero: {
title: "Welcome to La Banquise",
subtitle: "Your trusted technology partner",
subtitle: "Hosting provider, for students, by students.",
cta: "Discover our services"
},
navigation: {

View File

@ -136,7 +136,7 @@ export const fr: Translation = {
],
hero: {
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"
},
navigation: {