From f0b7688ffbdda04558ca62b0efc9345f48a807a0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:22:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b88f804..91edc9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }}