From 7504c053e1b77eef69730212ca4f89e3342b2a48 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 03:52:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 300 ++++++++++------------------------------------- 1 file changed, 62 insertions(+), 238 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d3b231..18f97ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,47 +34,27 @@ export default function LandingPage() { @@ -85,13 +65,9 @@ export default function LandingPage() { description="Unleash Your Potential. Personalized Training in Tennoji for Lasting Transformation. Achieve Your Ideal Physique with Expert Coaching." buttons={[ { - text: "Start Your Free Trial", - href: "#contact", - }, + text: "Start Your Free Trial", href: "#contact"}, { - text: "See Success Stories", - href: "#testimonials", - }, + text: "See Success Stories", href: "#testimonials"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/young-bodybuilder-showing-strong-biceps_1163-3562.jpg" @@ -111,17 +87,11 @@ export default function LandingPage() { tagIcon={Sparkles} bulletPoints={[ { - title: "Personalized Training", - description: "Custom programs designed for your body type, goals, and daily condition, ensuring maximum effectiveness.", - }, + title: "Personalized Training", description: "Custom programs designed for your body type, goals, and daily condition, ensuring maximum effectiveness."}, { - title: "Expert Coaching", - description: "Our highly muscular, anatomy-savvy trainers provide intense yet supportive guidance, pushing you past your limits.", - }, + title: "Expert Coaching", description: "Our highly muscular, anatomy-savvy trainers provide intense yet supportive guidance, pushing you past your limits."}, { - title: "Holistic Approach", - description: "Beyond workouts, we provide comprehensive nutrition guidance to support healthy, sustainable weight loss and muscle gain.", - }, + title: "Holistic Approach", description: "Beyond workouts, we provide comprehensive nutrition guidance to support healthy, sustainable weight loss and muscle gain."}, ]} imageSrc="http://img.b2bpic.net/free-photo/front-view-coach-helping-kids_23-2150363783.jpg" imageAlt="Trainer assisting a client during a personalized training session" @@ -137,34 +107,22 @@ export default function LandingPage() { features={[ { icon: CalendarClock, - title: "Flexible Scheduling", - description: "Train early mornings or late evenings to fit your busy schedule, making consistency effortless.", - }, + title: "Flexible Scheduling", description: "Train early mornings or late evenings to fit your busy schedule, making consistency effortless."}, { icon: Home, - title: "At-Home Training Guidance", - description: "Receive personalized exercises you can do at home, ensuring continuous progress between gym sessions.", - }, + title: "At-Home Training Guidance", description: "Receive personalized exercises you can do at home, ensuring continuous progress between gym sessions."}, { icon: ShieldCheck, - title: "Private & Clean Environment", - description: "Work out in a clean, private gym space where you can focus entirely on your training without distractions.", - }, + title: "Private & Clean Environment", description: "Work out in a clean, private gym space where you can focus entirely on your training without distractions."}, { icon: Wallet, - title: "High Cost-Performance", - description: "Premium services at an affordable rate, delivering exceptional value for your investment in health.", - }, + title: "High Cost-Performance", description: "Premium services at an affordable rate, delivering exceptional value for your investment in health."}, { icon: MapPin, - title: "Accessible Location", - description: "Conveniently located near Tennoji Station with arcade access, making your commute easy and comfortable.", - }, + title: "Accessible Location", description: "Conveniently located near Tennoji Station with arcade access, making your commute easy and comfortable."}, { icon: Target, - title: "Sustainable Results", - description: "Break the cycle of yo-yo dieting and achieve lasting, healthy transformation with our expert guidance.", - }, + title: "Sustainable Results", description: "Break the cycle of yo-yo dieting and achieve lasting, healthy transformation with our expert guidance."}, ]} title="Unrivaled Benefits for Your Fitness Success" description="Axe Fit is engineered to fit your life, providing flexibility, comfort, and proven methods to ensure you achieve your goals." @@ -175,36 +133,19 @@ export default function LandingPage() { @@ -418,54 +263,33 @@ export default function LandingPage() { logoText="Axe Fit" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Team", - href: "#team", - }, + label: "Our Team", href: "#team"}, { - label: "Success Stories", - href: "#testimonials", - }, + label: "Success Stories", href: "#testimonials"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Training Programs", - href: "#programs", - }, + label: "Training Programs", href: "#programs"}, { - label: "Nutrition Guidance", - href: "#features", - }, + label: "Nutrition Guidance", href: "#features"}, { - label: "Flexible Scheduling", - href: "#features", - }, + label: "Flexible Scheduling", href: "#features"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}