Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -31,7 +31,6 @@ export default function BlogPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Results", id: "results" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
@@ -66,7 +65,6 @@ export default function BlogPage() {
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "#" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Products", href: "#products" },
|
||||
{ label: "Results", href: "#results" }
|
||||
]
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
|
||||
@@ -96,7 +96,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"Results","id":"results"},
|
||||
{"name":"Pricing","id":"pricing"},
|
||||
{"name":"Products","id":"products"},
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
@@ -109,7 +108,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
||||
]}
|
||||
@@ -144,7 +143,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"Results","id":"results"},
|
||||
{"name":"Pricing","id":"pricing"},
|
||||
{"name":"Products","id":"products"},
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
@@ -165,7 +163,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
||||
]}
|
||||
@@ -199,7 +197,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"Results","id":"results"},
|
||||
{"name":"Pricing","id":"pricing"},
|
||||
{"name":"Products","id":"products"},
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
@@ -245,7 +242,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
||||
]}
|
||||
|
||||
@@ -39,7 +39,6 @@ function ShopPageContent() {
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"Results","id":"results"},
|
||||
{"name":"Pricing","id":"pricing"},
|
||||
{"name":"Products","id":"products"},
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
@@ -52,7 +51,7 @@ function ShopPageContent() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
||||
]}
|
||||
@@ -86,7 +85,6 @@ function ShopPageContent() {
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"Results","id":"results"},
|
||||
{"name":"Pricing","id":"pricing"},
|
||||
{"name":"Products","id":"products"},
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
@@ -107,7 +105,7 @@ function ShopPageContent() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user