Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae7f2a5140 | |||
| a729a07247 | |||
| 5fc3e300e3 | |||
| 5b11d5697c | |||
| 2c3749288c | |||
| 6e421be29e |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user