From 84f342f872c73bee0739400b9dec6453eb850f92 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 06:37:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 288 +++++++++++------------------------------------ 1 file changed, 65 insertions(+), 223 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1607025..beb9cb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,148 +34,87 @@ export default function LandingPage() {
@@ -185,18 +124,12 @@ export default function LandingPage() { useInvertedBackground={false} title="About CrossFit Gym Amritsar" description={[ - "CrossFit Gym Amritsar is more than just a gym; it's a community dedicated to transforming lives through fitness. We foster an environment of discipline, energy, and unwavering support, making every workout an impactful step towards your best self.", - "Our philosophy is centered around functional fitness that builds real-world strength and endurance. With top-notch equipment and a meticulously maintained facility, we provide the perfect foundation for high-intensity training, catering to all fitness levels from beginners to advanced athletes.", - ]} + "CrossFit Gym Amritsar is more than just a gym; it's a community dedicated to transforming lives through fitness. We foster an environment of discipline, energy, and unwavering support, making every workout an impactful step towards your best self.", "Our philosophy is centered around functional fitness that builds real-world strength and endurance. With top-notch equipment and a meticulously maintained facility, we provide the perfect foundation for high-intensity training, catering to all fitness levels from beginners to advanced athletes."]} buttons={[ { - text: "Our Mission", - href: "#", - }, + text: "Our Mission", href: "#"}, { - text: "Our Values", - href: "#", - }, + text: "Our Values", href: "#"}, ]} /> @@ -208,29 +141,14 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Expert Coaching", - description: "Benefit from personalized guidance and constant motivation from highly dedicated and expert coaches like Mr. Noblepreet Singh, ensuring safe and confident progress.", - bentoComponent: "reveal-icon", - icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/young-muscular-tattooed-strong-muscle-bearded-european-man-doing-hard-exercise_343596-1187.jpg", - imageAlt: "crossfit training program", + title: "Expert Coaching", description: "Benefit from personalized guidance and constant motivation from highly dedicated and expert coaches like Mr. Noblepreet Singh, ensuring safe and confident progress.", bentoComponent: "reveal-icon", icon: Award }, { - title: "Vibrant Community", - description: "Join a supportive family where everyone motivates each other, transforming your fitness journey into a shared, empowering experience.", - bentoComponent: "reveal-icon", - icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/adult-training-with-dumbbell_23-2151717281.jpg?_wi=2", - imageAlt: "crossfit training program", + title: "Vibrant Community", description: "Join a supportive family where everyone motivates each other, transforming your fitness journey into a shared, empowering experience.", bentoComponent: "reveal-icon", icon: Users }, { - title: "State-of-the-Art Facility", - description: "Train in a well-equipped, clean, and dynamic gym, designed to support high-intensity and functional fitness workouts.", - bentoComponent: "reveal-icon", - icon: Activity, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-training-with-weights_23-2148603901.jpg?_wi=2", - imageAlt: "crossfit training program", - }, + title: "State-of-the-Art Facility", description: "Train in a well-equipped, clean, and dynamic gym, designed to support high-intensity and functional fitness workouts.", bentoComponent: "reveal-icon", icon: Activity + } ]} title="What Makes Us Exceptional" description="Discover the core elements that define the CrossFit Gym Amritsar experience, from personalized coaching to a motivating community." @@ -245,12 +163,7 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "noblepreet-singh", - name: "Mr. Noblepreet Singh", - role: "Head Coach & Founder", - imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32112.jpg", - imageAlt: "Coach Noblepreet Singh", - }, + id: "noblepreet-singh", name: "Mr. Noblepreet Singh", role: "Head Coach & Founder", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32112.jpg", imageAlt: "Coach Noblepreet Singh"}, ]} title="Meet Our Head Coach: Mr. Noblepreet Singh" description="Coach Noblepreet Singh is the driving force behind our members' success. His dedication, expertise, and personalized guidance are truly commendable, ensuring every athlete reaches their full potential." @@ -264,20 +177,11 @@ export default function LandingPage() { tag="Results Speak" metrics={[ { - id: "members", - value: "500+", - description: "Active Members", - }, + id: "members", value: "500+", description: "Active Members"}, { - id: "classes", - value: "100+", - description: "Classes per Month", - }, + id: "classes", value: "100+", description: "Classes per Month"}, { - id: "satisfaction", - value: "98%", - description: "Member Satisfaction", - }, + id: "satisfaction", value: "98%", description: "Member Satisfaction"}, ]} metricsAnimation="slide-up" /> @@ -285,68 +189,33 @@ export default function LandingPage() {