From f0c00397123702ab44809c868b9fcebdf4f180a5 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Sat, 6 Sep 2025 21:03:24 +0200 Subject: [PATCH] fix: build and changed main subtitle --- banquise-website/src/components/layout/navbar/NavLinks.tsx | 2 +- banquise-website/src/components/sections/ServicesSection.tsx | 2 +- banquise-website/src/data/translations/en.ts | 2 +- banquise-website/src/data/translations/fr.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/banquise-website/src/components/layout/navbar/NavLinks.tsx b/banquise-website/src/components/layout/navbar/NavLinks.tsx index ff8f647..bf531f7 100644 --- a/banquise-website/src/components/layout/navbar/NavLinks.tsx +++ b/banquise-website/src/components/layout/navbar/NavLinks.tsx @@ -44,7 +44,7 @@ const NavLink: React.FC = ({ href, children, isActive = false, onC ); }; -export const NavLinks: React.FC = ({ translations, scrolled, className }) => { +export const NavLinks: React.FC = ({ translations, className }) => { const [activeSection, setActiveSection] = React.useState('home'); // Observer pour détecter la section active diff --git a/banquise-website/src/components/sections/ServicesSection.tsx b/banquise-website/src/components/sections/ServicesSection.tsx index c98fc7a..94c2bf5 100644 --- a/banquise-website/src/components/sections/ServicesSection.tsx +++ b/banquise-website/src/components/sections/ServicesSection.tsx @@ -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 { diff --git a/banquise-website/src/data/translations/en.ts b/banquise-website/src/data/translations/en.ts index 62e98ad..dbbdb62 100644 --- a/banquise-website/src/data/translations/en.ts +++ b/banquise-website/src/data/translations/en.ts @@ -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: { diff --git a/banquise-website/src/data/translations/fr.ts b/banquise-website/src/data/translations/fr.ts index 9c5e223..0d295bf 100644 --- a/banquise-website/src/data/translations/fr.ts +++ b/banquise-website/src/data/translations/fr.ts @@ -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: {