Update src/app/page.tsx
This commit is contained in:
@@ -6,7 +6,6 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
@@ -34,7 +33,6 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Results", id: "results" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
@@ -132,39 +130,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardEight
|
||||
title="Investment Tiers"
|
||||
description="Choose the program that fits your goals and commitment level."
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Popular Entry", badgeIcon: Sparkles,
|
||||
price: "$297", subtitle: "Perfect for first-timers", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: [
|
||||
"4-week personalized skincare plan", "Beginner fitness program design", "Basic style consultation", "Email support", "Access to private community"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Most Popular", badgeIcon: CheckCircle,
|
||||
price: "$597", subtitle: "Complete transformation package", buttons: [{ text: "Transform Now", href: "#contact" }],
|
||||
features: [
|
||||
"12-week advanced skincare protocol", "Custom hypertrophy training program", "Full wardrobe consultation & curation", "Professional grooming guidance", "Weekly check-ins & adjustments", "Priority email & chat support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "elite", badge: "Premium Transformation", badgeIcon: Award,
|
||||
price: "$1,297", subtitle: "1-on-1 elite coaching", buttons: [{ text: "Become Elite", href: "#contact" }],
|
||||
features: [
|
||||
"Unlimited 12-week personalized coaching", "1-on-1 weekly video consultations", "Advanced dermatology consultations", "Customized nutrition plans", "Personal shopping assistance", "24/7 priority support", "Lifetime community access", "Results guarantee"
|
||||
]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
title="Maxximize Kits"
|
||||
@@ -271,7 +236,6 @@ export default function LandingPage() {
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "#" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Products", href: "#products" },
|
||||
{ label: "Results", href: "#results" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user