Merge version_1 into main #3
@@ -48,7 +48,6 @@ export default function CoursesPage() {
|
||||
{
|
||||
text: "Contact Admissions", href: "contact"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
@@ -57,7 +58,6 @@ export default function HomePage() {
|
||||
text: "Learn More", href: "about"
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -103,6 +103,31 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
title="Flexible Investment Plans"
|
||||
description="Choose the perfect plan to match your lifestyle goals. All plans include lifetime access and personal mentorship."
|
||||
tag="Premium Pricing"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", title: "Essentials", price: "$299", period: "/month", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-digital-detox-home-template_23-2150070702.jpg", imageAlt: "Essentials plan", button: { text: "Get Started", href: "contact" },
|
||||
features: ["Access to 3 foundational courses", "Monthly group coaching calls", "Exclusive community access", "Email support"]
|
||||
},
|
||||
{
|
||||
id: "professional", title: "Professional", price: "$799", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891592.jpg", imageAlt: "Professional plan", button: { text: "Choose Plan", href: "contact" },
|
||||
features: ["Unlimited course access", "Weekly 1-on-1 coaching", "Priority community access", "Personal style consultant", "Phone & email support"]
|
||||
},
|
||||
{
|
||||
id: "elite", title: "Elite Concierge", price: "$1,999", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/women-working-together-side-view_23-2149145108.jpg", imageAlt: "Elite plan", button: { text: "Apply Now", href: "contact" },
|
||||
features: ["All Professional features", "Bi-weekly private sessions", "VIP event invitations", "Dedicated lifestyle advisor", "24/7 concierge support", "Custom curriculum design"]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="Success Stories"
|
||||
|
||||
Reference in New Issue
Block a user