Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae7f2a5140 | |||
| a729a07247 | |||
| 5fc3e300e3 | |||
| 5b11d5697c | |||
| 2c3749288c | |||
| 6e421be29e | |||
| fa8b78ac55 | |||
| 4f2acf574a |
@@ -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"},
|
||||
],
|
||||
@@ -248,7 +248,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Contact Our Team", href: "mailto:info@fbsfutureschool.com"},
|
||||
{
|
||||
text: "Call Us: +1 (555) 123-4567", href: "tel:+15551234567"},
|
||||
text: "Call Us: 56 888 962 | 93 218 691", href: "tel:56888962,93218691"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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