5 Commits

Author SHA1 Message Date
206f92a16f Merge version_3 into main
Merge version_3 into main
2026-05-09 06:56:45 +00:00
7a4bab31cb Update src/app/page.tsx 2026-05-09 06:56:42 +00:00
c4f53ca388 Merge version_2 into main
Merge version_2 into main
2026-05-09 06:50:20 +00:00
8e7ac195d7 Update src/app/page.tsx 2026-05-09 06:50:17 +00:00
b917bb2ac1 Merge version_1 into main
Merge version_1 into main
2026-05-09 06:46:00 +00:00

View File

@@ -94,15 +94,15 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Level 1", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/person-using-tablet_53876-41005.jpg" },
{ id: "p2", name: "Level 2", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/computer-home-office-uses-artificial-intelligence-generating-images-from-text_482257-125005.jpg" },
{ id: "p3", name: "Level 3", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg" },
{ id: "p4", name: "Level 4", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884885.jpg" },
{ id: "p5", name: "Level 5", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cad-engineer-using-tablet-app-office-upgrade-turbine-boosting-power-output_482257-132905.jpg" },
{ id: "p6", name: "Level 6", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-vaccinated-showing-passport-tickets-smartphone-screen-app-interface-standing_1258-140570.jpg" }
{ id: "p1", name: "Pathway 1 (Core Focus)", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/person-using-tablet_53876-41005.jpg" },
{ id: "p2", name: "Pathway 2 (Bio-Optimization)", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/computer-home-office-uses-artificial-intelligence-generating-images-from-text_482257-125005.jpg" },
{ id: "p3", name: "Pathway 3 (Elite Performance)", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg" },
{ id: "p4", name: "Progressive Module A", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884885.jpg" },
{ id: "p5", name: "Progressive Module B", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cad-engineer-using-tablet-app-office-upgrade-turbine-boosting-power-output_482257-132905.jpg" },
{ id: "p6", name: "Progressive Module C", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-vaccinated-showing-passport-tickets-smartphone-screen-app-interface-standing_1258-140570.jpg" }
]}
title="Transformation Levels"
description="Unlock 108 unique levels across 3 life pathways."
title="12-Month Transformation Pathways"
description="Choose your level: Core stability, biological optimization, or elite performance mastery."
/>
</div>
@@ -112,8 +112,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "m", badge: "Monthly", price: "$32", subtitle: "Flexible monthly access", buttons: [{ text: "Start Subscription", href: "#" }], features: ["12-month access", "AI Support", "Full Routine Library"] },
{ id: "y", badge: "Annual", price: "$270", subtitle: "Best value for transformation", buttons: [{ text: "Save 30% Now", href: "#" }], features: ["Everything included", "108 Unique Plans", "Priority Coaching"] }
{ id: "m", badge: "Monthly", price: "$32", subtitle: "Core Pathway access", buttons: [{ text: "Start Now", href: "#" }], features: ["12-month guide", "AI Support", "Basic Tracker"] },
{ id: "y", badge: "Annual", price: "$270", subtitle: "Full Access Bundle", buttons: [{ text: "Unlock All", href: "#" }], features: ["All 3 Pathways", "Advanced Analytics", "Priority Support"] }
]}
title="Select Your Membership"
description="Choose the path that fits your life goals."
@@ -128,8 +128,8 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "98%", title: "Retention", description: "User satisfaction rate", icon: Sparkles },
{ id: "m2", value: "108", title: "Plans", description: "Unique level progressions", icon: Award },
{ id: "m3", value: "10k+", title: "Women", description: "Total life transformations", icon: Users }
{ id: "m2", value: "3", title: "Pathways", description: "Distinct development tracks", icon: Award },
{ id: "m3", value: "10k+", title: "Growth", description: "Total life transformations", icon: Users }
]}
title="Proven Results"
description="Real life transformations through data and structure."
@@ -159,8 +159,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "Is the workout content revealing?", content: "No, all movement visuals are anatomically educational and respectful." },
{ id: "q2", title: "Can I cancel my subscription?", content: "Yes, you can cancel your subscription at any time through the settings." },
{ id: "q1", title: "What defines a pathway?", content: "Pathways are unique 12-month structures tailored to specific life intensity levels." },
{ id: "q2", title: "Can I switch pathways?", content: "Yes, you can transition between pathways as your goals evolve." },
{ id: "q3", title: "Does this replace medical advice?", content: "This app does not replace professional medical or psychological advice." }
]}
title="Frequently Asked"
@@ -194,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}