4 Commits

Author SHA1 Message Date
401eeb958d Update src/app/page.tsx 2026-06-13 01:06:32 +00:00
701f8ff0ac Update src/app/page.tsx 2026-06-13 01:04:32 +00:00
8144ea8ea3 Merge version_2 into main
Merge version_2 into main
2026-06-13 01:02:16 +00:00
69a56fe4c7 Update src/app/page.tsx 2026-06-13 01:02:13 +00:00

View File

@@ -65,8 +65,8 @@ export default function LandingPage() {
{ {
text: "Join Aminoclub Today", href: "#pricing"}, text: "Join Aminoclub Today", href: "#pricing"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/sportsman-working-out-gym_23-2148110594.jpg" imageSrc="asset://aminoclub_bottle_hero"
imageAlt="Man intensely working out in a modern gym" imageAlt="Aminoclub product bottle prominently displayed"
showDimOverlay={false} showDimOverlay={false}
showBlur={false} showBlur={false}
textPosition="top" textPosition="top"
@@ -99,8 +99,8 @@ export default function LandingPage() {
{ {
value: "95%+", title: "Success Rate"}, value: "95%+", title: "Success Rate"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-with-dumbbells-gym_23-2147775550.jpg" imageSrc="asset://aminoclub_bottle_about"
imageAlt="Woman performing bicep curls with dumbbells" imageAlt="Aminoclub product bottle closeup"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -146,22 +146,22 @@ export default function LandingPage() {
products={[ products={[
{ {
id: "p1", brand: "Aminoclub", name: "Beginner's Fitness Journey", price: "$19/month", rating: 5, 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?_wi=1", imageAlt: "Aminoclub single product bottle"},
{ {
id: "p2", brand: "Aminoclub", name: "Advanced Performance Boost", price: "$29/month", rating: 4, 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?_wi=1", imageAlt: "Aminoclub product bottle group"},
{ {
id: "p3", brand: "Aminoclub", name: "Nutrition & Wellness Coaching", price: "$49/month", rating: 5, 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?_wi=2", imageAlt: "Aminoclub single product bottle"},
{ {
id: "p4", brand: "Aminoclub", name: "Strength & Conditioning", price: "$24/month", rating: 4, 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?_wi=2", imageAlt: "Aminoclub product bottle group"},
{ {
id: "p5", brand: "Aminoclub", name: "Mindfulness & Recovery", price: "$34/month", rating: 5, 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?_wi=3", imageAlt: "Aminoclub single product bottle"},
{ {
id: "p6", brand: "Aminoclub", name: "Personal Coaching Deluxe", price: "Custom Quote", rating: 4, 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?_wi=3", imageAlt: "Aminoclub product bottle group"},
]} ]}
title="Our Transformative Programs" title="Our Transformative Programs"
description="Discover the perfect program to kickstart your fitness journey, achieve your goals, and sustain a healthy lifestyle." 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: "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: "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 ]} 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."},
imageSrc="http://img.b2bpic.net/free-photo/front-view-sports-equipment-concept_23-2148110625.jpg" {
imageAlt="Various sports equipment, symbolizing fitness journey" 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" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
title="Your Questions, Answered" title="Your Questions, Answered"
@@ -280,6 +283,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="Aminoclub" logoText="Aminoclub"
logoSrc="asset://aminoclub_logo"
columns={[ columns={[
{ {
title: "Company", items: [ title: "Company", items: [
@@ -318,4 +322,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }