From 8f5f169852385b9cead25116c6baca16e5641037 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 07:13:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10af105..11e10aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,6 @@ export default function LandingPage() {
@@ -71,7 +70,7 @@ export default function LandingPage() { { title: "State-of-the-Art Gear", description: "Elite equipment designed for maximum output.", imageSrc: "http://img.b2bpic.net/free-photo/cardio-machines-gym_1203-949.jpg" }, { title: "Community Focus", description: "Join a tribe that motivates and holds you accountable.", imageSrc: "http://img.b2bpic.net/free-photo/group-exercise-gym_23-2150828878.jpg" }, ]} - animationType="slide-up" + useInvertedBackground={false} />
@@ -84,8 +83,10 @@ export default function LandingPage() { textboxLayout="default" products={[ { id: "1", name: "Performance Bundle", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/gym-equipment-supplements_23-2152017164.jpg" }, - { id: "2", name: "Recovery Kit", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-does-exercises-with-massage-roller_169016-59142.jpg" } + { id: "2", name: "Recovery Kit", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-does-exercises-with-massage-roller_169016-59142.jpg" }, + { id: "3", name: "Shaker Cup", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/gym-bottle-with-protein_169016-59142.jpg" } ]} + useInvertedBackground={true} /> @@ -100,6 +101,7 @@ export default function LandingPage() { { id: "pro", badge: "Popular", name: "Pro", price: "$79", buttons: [{ text: "Select Pro" }], features: ["Coaching Sessions", "Recovery Area", "Group Classes"] }, { id: "elite", badge: "Ultimate", name: "Elite", price: "$129", buttons: [{ text: "Join Elite" }], features: ["Everything in Pro", "1-on-1 Coaching", "Nutritional Plan"] } ]} + useInvertedBackground={true} /> @@ -112,6 +114,7 @@ export default function LandingPage() { { id: "2", value: "12", description: "Expert Trainers" }, { id: "3", value: "5k+", description: "Success Stories" } ]} + useInvertedBackground={true} /> @@ -126,6 +129,7 @@ export default function LandingPage() { { id: "1", name: "Sarah M.", handle: "@sarah_fit", testimonial: "The environment here pushed me to hit goals I never thought were possible.", rating: 5, icon: Heart }, { id: "2", name: "Marcus L.", handle: "@marcus_lifts", testimonial: "Expert guidance made all the difference in my strength journey.", rating: 5, icon: Dumbbell } ]} + useInvertedBackground={true} /> @@ -135,6 +139,7 @@ export default function LandingPage() { title="Join the Community" description="Ready to level up? Start your journey today and get a free introductory session." background={{ variant: "sparkles-gradient" }} + useInvertedBackground={true} /> -- 2.49.1