6 Commits

Author SHA1 Message Date
ae7f2a5140 Update src/app/page.tsx 2026-06-11 07:54:03 +00:00
a729a07247 Merge version_3 into main
Merge version_3 into main
2026-06-11 07:51:26 +00:00
5fc3e300e3 Update src/app/page.tsx 2026-06-11 07:51:23 +00:00
5b11d5697c Merge version_3 into main
Merge version_3 into main
2026-06-11 07:44:45 +00:00
2c3749288c Update src/app/page.tsx 2026-06-11 07:44:42 +00:00
6e421be29e Merge version_2 into main
Merge version_2 into main
2026-06-11 07:40:42 +00:00

View File

@@ -166,7 +166,7 @@ export default function LandingPage() {
plans={[
{
id: "plan-basic", badge: "Standard", badgeIcon: Users,
price: "$200/month", name: "Group Immersion", buttons: [
price: "", name: "Group Immersion", buttons: [
{
text: "Join Group", href: "#contact"},
],
@@ -175,7 +175,7 @@ export default function LandingPage() {
},
{
id: "plan-pro", badge: "Popular", badgeIcon: Star,
price: "$60/hour", name: "Private Tutoring", buttons: [
price: "", name: "Private Tutoring", buttons: [
{
text: "Book Now", href: "#contact"},
],
@@ -184,7 +184,7 @@ export default function LandingPage() {
},
{
id: "plan-premium", badge: "Enterprise", badgeIcon: Briefcase,
price: "Custom Quote", name: "Corporate Training", buttons: [
price: "", name: "Corporate Training", buttons: [
{
text: "Request Quote", href: "#contact"},
],
@@ -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,8 +287,8 @@ export default function LandingPage() {
],
},
]}
logoText="FBS Future Business School"
copyrightText="© 2024 FBS Future Business School. All rights reserved."
logoText=""
copyrightText="Adresse : Montplaisir, Centre Babel, Bloc E, 1er étage, bureau n°1 (En face de Mosaïque FM)"
/>
</div>
</ReactLenis>