diff --git a/src/app/page.tsx b/src/app/page.tsx index fb4ab84..ed42a7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -101,36 +65,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Weight Loss", - description: "Customized cardio and strength programs designed for healthy fat loss.", - bentoComponent: "reveal-icon", - icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32111.jpg?_wi=2", - imageAlt: "modern gym fitness center interior", + title: "Weight Loss", description: "Customized cardio and strength programs designed for healthy fat loss.", bentoComponent: "reveal-icon", icon: Flame, }, { - title: "Muscle Building", - description: "Structured resistance training to build strength and physique.", - bentoComponent: "reveal-icon", - icon: Activity, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym_74190-1357.jpg?_wi=2", - imageAlt: "weight lifting area gym", + title: "Muscle Building", description: "Structured resistance training to build strength and physique.", bentoComponent: "reveal-icon", icon: Activity, }, { - title: "Online Classes", - description: "Live virtual coaching sessions from the comfort of your home.", - bentoComponent: "reveal-icon", - icon: Laptop, - imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561900.jpg?_wi=2", - imageAlt: "happy people exercising in gym", + title: "Online Classes", description: "Live virtual coaching sessions from the comfort of your home.", bentoComponent: "reveal-icon", icon: Laptop, }, { - title: "Personal Training", - description: "Dedicated one-on-one attention from experienced fitness experts.", - bentoComponent: "reveal-icon", - icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/people-doing-indoor-cycling_23-2149270233.jpg?_wi=2", - imageAlt: "fitness trainer helping client", + title: "Personal Training", description: "Dedicated one-on-one attention from experienced fitness experts.", bentoComponent: "reveal-icon", icon: Users, }, ]} title="Our Fitness Programs" @@ -144,18 +88,9 @@ export default function LandingPage() { title="Expert Guidance in Arumbakkam" description="With years of experience in fitness coaching, our approach focuses on personalized attention, goal-based programming, and a supportive community. Whether you are starting your journey or looking to push your limits, we are here to guide you." metrics={[ - { - value: "100+", - title: "Happy Clients", - }, - { - value: "4.4+", - title: "Star Rating", - }, - { - value: "5+", - title: "Years Experience", - }, + { value: "100+", title: "Happy Clients" }, + { value: "4.4+", title: "Star Rating" }, + { value: "5+", title: "Years Experience" }, ]} imageSrc="http://img.b2bpic.net/free-photo/women-hydrating-after-fitness-class_23-2148387857.jpg" imageAlt="Fitness trainer" @@ -170,45 +105,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Great trainers!", - quote: "The trainers are extremely supportive and knowledgeable.", - name: "Sarah Johnson", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-3779.jpg?_wi=1", - }, + id: "1", title: "Great trainers!", quote: "The trainers are extremely supportive and knowledgeable.", name: "Sarah Johnson", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-3779.jpg"}, { - id: "2", - title: "Worth the price", - quote: "I've seen amazing progress in just a few months.", - name: "Michael Chen", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627075.jpg", - }, + id: "2", title: "Worth the price", quote: "I've seen amazing progress in just a few months.", name: "Michael Chen", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627075.jpg"}, { - id: "3", - title: "Friendly atmosphere", - quote: "The best place in Arumbakkam to start your fitness journey.", - name: "Emily Rodriguez", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-618.jpg", - }, + id: "3", title: "Friendly atmosphere", quote: "The best place in Arumbakkam to start your fitness journey.", name: "Emily Rodriguez", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-618.jpg"}, { - id: "4", - title: "Highly recommended", - quote: "Professional guidance and very convenient schedules.", - name: "David Kim", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-fitness-girls-are-holding-bottles-water-looking-each-other-smiling_496169-1411.jpg", - }, + id: "4", title: "Highly recommended", quote: "Professional guidance and very convenient schedules.", name: "David Kim", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-fitness-girls-are-holding-bottles-water-looking-each-other-smiling_496169-1411.jpg"}, { - id: "5", - title: "Life changing", - quote: "I feel healthier and stronger every single day thanks to this team.", - name: "Priya Sharma", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-3779.jpg?_wi=2", - }, + id: "5", title: "Life changing", quote: "I feel healthier and stronger every single day thanks to this team.", name: "Priya Sharma", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-3779.jpg"}, ]} title="Success Stories" description="Hear what our clients have to say about their fitness transformations." @@ -220,27 +125,15 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "Do you offer trial classes?", - content: "Yes, we offer a complimentary trial session for new members.", - }, - { - id: "2", - title: "Are online classes live?", - content: "Yes, our online fitness classes are conducted live by our trainers.", - }, - { - id: "3", - title: "What is the pricing?", - content: "Pricing varies based on your chosen program. Please contact us for a personalized quote.", - }, + { id: "1", title: "Do you offer trial classes?", content: "Yes, we offer a complimentary trial session for new members." }, + { id: "2", title: "Are online classes live?", content: "Yes, our online fitness classes are conducted live by our trainers." }, + { id: "3", title: "What is the pricing?", content: "Pricing varies based on your chosen program. Please contact us for a personalized quote." }, ]} mediaAnimation="slide-up" title="Common Questions" description="Everything you need to know about our fitness studio." faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561900.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561900.jpg" imageAlt="Gym atmosphere" /> @@ -248,9 +141,7 @@ export default function LandingPage() {