5 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
f3fe6c2f4d Merge version_2 into main
Merge version_2 into main
2026-06-13 01:01:33 +00:00
057e8cdc2a Merge version_2 into main
Merge version_2 into main
2026-06-13 01:00:34 +00:00

View File

@@ -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?_wi=1", 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?_wi=1", 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?_wi=2", 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?_wi=2", 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?_wi=3", 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?_wi=3", 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,12 +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."}
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="http://img.b2bpic.net/free-photo/front-view-sports-equipment-concept_23-2148110625.jpg"
imageAlt="Various sports equipment, symbolizing fitness journey"
imageSrc="asset://aminoclub_bottle_faq"
imageAlt="Aminoclub product bottles on display, related to FAQs"
mediaAnimation="slide-up"
mediaPosition="right"
title="Your Questions, Answered"
@@ -281,6 +283,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Aminoclub"
logoSrc="asset://aminoclub_logo"
columns={[
{
title: "Company", items: [
@@ -319,4 +322,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}