Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -106,19 +106,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "essentials", tag: "Foundation Course", price: "$2,997", period: "/course", description: "Perfect for those new to luxury lifestyle education", button: { text: "Enroll Now", href: "#contact" },
|
||||
id: "essentials", tag: "Foundation Course", price: "$2,997", period: "/course", description: "Perfect for those new to luxury lifestyle education", button: { text: "Enroll Now", href: "https://buy.stripe.com/essentials" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"8-week comprehensive curriculum", "Weekly live instructor sessions", "Access to exclusive community forum", "Certificate of completion", "Lifetime access to course materials"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "premium", tag: "Premium Program", price: "$7,997", period: "/year", description: "For serious learners seeking deeper mastery", button: { text: "Apply Today", href: "#contact" },
|
||||
id: "premium", tag: "Premium Program", price: "$7,997", period: "/year", description: "For serious learners seeking deeper mastery", button: { text: "Apply Today", href: "https://buy.stripe.com/premium" },
|
||||
featuresTitle: "Premium Includes:", features: [
|
||||
"All Foundation benefits", "Access to ALL signature courses", "Monthly one-on-one coaching sessions", "Priority instructor feedback", "Networking events with industry leaders", "Advanced case study materials"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "elite", tag: "Elite Mentorship", price: "Custom", period: "inquiry", description: "Bespoke luxury education for discerning professionals", button: { text: "Schedule Consultation", href: "#contact" },
|
||||
id: "elite", tag: "Elite Mentorship", price: "Custom", period: "inquiry", description: "Bespoke luxury education for discerning professionals", button: { text: "Schedule Consultation", href: "https://buy.stripe.com/elite" },
|
||||
featuresTitle: "Elite Experience:", features: [
|
||||
"All Premium benefits", "Personalized curriculum design", "Dedicated mentor matching", "Quarterly executive retreats", "VIP access to luxury brand partnerships", "Custom certification pathway"
|
||||
]
|
||||
@@ -207,7 +207,7 @@ export default function LandingPage() {
|
||||
text="Ready to elevate your luxury lifestyle expertise? Join our community of discerning professionals and transform your understanding of premium positioning, wealth, and refined living."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Begin Your Transformation", href: "https://mail.google.com" },
|
||||
{ text: "Begin Your Transformation", href: "https://buy.stripe.com/purchase" },
|
||||
{ text: "Schedule a Consultation", href: "https://calendly.com" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
|
||||
Reference in New Issue
Block a user