From 2c3749288c88641ab8790ec91655ca6aa918bd71 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 07:44:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aab194b..f28a853 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -243,7 +243,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain"}} - text="Ready to Start Your Language Journey? Get in touch with FBS Future Business School today! 📍 Adresse : Montplaisir, Centre Babel, Bloc E, 1er étage, bureau n°1 (En face de Mosaïque FM)" + text="Ready to Start Your Language Journey? Get in touch with FBS Future Business School today!" buttons={[ { text: "Contact Our Team", href: "mailto:info@fbsfutureschool.com"}, @@ -287,7 +287,7 @@ export default function LandingPage() { ], }, ]} - logoText="FBS Future Business School" + logoText="FBS Future Business School\n📍 Adresse : Montplaisir, Centre Babel, Bloc E, 1er étage, bureau n°1 (En face de Mosaïque FM)" copyrightText="© 2024 FBS Future Business School. All rights reserved." /> -- 2.49.1