From b12f1901955b5e55382d10a452205d6a86e26daa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 01:02:52 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da5e53d..8c8495d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,8 +65,8 @@ export default function LandingPage() { { text: "Join Aminoclub Today", href: "#pricing"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/sportsman-working-out-gym_23-2148110594.jpg" - imageAlt="Man intensely working out in a modern gym" + imageSrc="asset://aminoclub_bottle_hero" + imageAlt="Aminoclub product bottle prominently displayed" showDimOverlay={false} showBlur={false} textPosition="top" @@ -99,8 +99,8 @@ export default function LandingPage() { { value: "95%+", title: "Success Rate"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-with-dumbbells-gym_23-2147775550.jpg" - imageAlt="Woman performing bicep curls with dumbbells" + imageSrc="asset://aminoclub_bottle_about" + imageAlt="Aminoclub product bottle closeup" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -146,22 +146,22 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Aminoclub", name: "Beginner's Fitness Journey", price: "$19/month", rating: 5, - reviewCount: "1.2k+", imageSrc: "http://img.b2bpic.net/free-photo/woman-tying-shoelaces-standing-treadmill-running-shoes-closeup-indoors_176420-74528.jpg", imageAlt: "Woman tying shoelaces on a treadmill"}, + reviewCount: "1.2k+", imageSrc: "asset://aminoclub_bottle_product_single", imageAlt: "Aminoclub single product bottle"}, { id: "p2", brand: "Aminoclub", name: "Advanced Performance Boost", price: "$29/month", rating: 4, - reviewCount: "800+", imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-gym_23-2148110619.jpg", imageAlt: "Assortment of gym sports equipment"}, + reviewCount: "800+", imageSrc: "asset://aminoclub_bottle_product_group", imageAlt: "Aminoclub product bottle group"}, { id: "p3", brand: "Aminoclub", name: "Nutrition & Wellness Coaching", price: "$49/month", rating: 5, - reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-food-diet_23-2148110651.jpg", imageAlt: "Woman holding a fresh green smoothie"}, + reviewCount: "500+", imageSrc: "asset://aminoclub_bottle_product_single", imageAlt: "Aminoclub single product bottle"}, { id: "p4", brand: "Aminoclub", name: "Strength & Conditioning", price: "$24/month", rating: 4, - reviewCount: "900+", imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-tying-shoelace-before-running-training-fitness-workout-active-lifestyle-concept_176420-13783.jpg", imageAlt: "Athletic woman tying shoelace"}, + reviewCount: "900+", imageSrc: "asset://aminoclub_bottle_product_group", imageAlt: "Aminoclub product bottle group"}, { id: "p5", brand: "Aminoclub", name: "Mindfulness & Recovery", price: "$34/month", rating: 5, - reviewCount: "700+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sporty-person-relaxing-mat_23-2148110645.jpg", imageAlt: "Person meditating on a yoga mat"}, + reviewCount: "700+", imageSrc: "asset://aminoclub_bottle_product_single", imageAlt: "Aminoclub single product bottle"}, { id: "p6", brand: "Aminoclub", name: "Personal Coaching Deluxe", price: "Custom Quote", rating: 4, - reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-sportswoman-holding-dumbbell-grey-wall-background_176420-13780.jpg", imageAlt: "Personal trainer helping client in gym"}, + reviewCount: "300+", imageSrc: "asset://aminoclub_bottle_product_group", imageAlt: "Aminoclub product bottle group"}, ]} title="Our Transformative Programs" description="Discover the perfect program to kickstart your fitness journey, achieve your goals, and sustain a healthy lifestyle." @@ -264,11 +264,14 @@ export default function LandingPage() { { id: "faq1", title: "What is Aminoclub?", content: "Aminoclub is a comprehensive fitness and wellness platform offering personalized training, nutrition guidance, and a supportive community to help you achieve your health goals."}, { - id: "faq2", title: "How do the personalized training plans work?", content: "Our AI-powered system creates custom workout routines based on your fitness level, goals, and available equipment. Plans are dynamically adjusted based on your progress and feedback."}, { - id: "faq3", title: "Can I cancel my membership anytime?", content: "Yes, you can cancel your Aminoclub membership at any time through your account settings. There are no long-term contracts, and you can rejoin whenever you're ready."}, { - id: "faq4", title: "Is there a free trial available?", content: "We occasionally offer promotional free trials for new members. Please check our website or social media channels for current offers."},n ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-sports-equipment-concept_23-2148110625.jpg" - imageAlt="Various sports equipment, symbolizing fitness journey" + id: "faq2", title: "How do the personalized training plans work?", content: "Our AI-powered system creates custom workout routines based on your fitness level, goals, and available equipment. Plans are dynamically adjusted based on your progress and feedback."}, + { + id: "faq3", title: "Can I cancel my membership anytime?", content: "Yes, you can cancel your Aminoclub membership at any time through your account settings. There are no long-term contracts, and you can rejoin whenever you're ready."}, + { + id: "faq4", title: "Is there a free trial available?", content: "We occasionally offer promotional free trials for new members. Please check our website or social media channels for current offers."}, + ]} + imageSrc="asset://aminoclub_bottle_faq" + imageAlt="Aminoclub product bottles on display, related to FAQs" mediaAnimation="slide-up" mediaPosition="right" title="Your Questions, Answered" @@ -280,6 +283,7 @@ export default function LandingPage() {