From f90ea96e7a32abfd49e4d7d8ca1dbbf5050f3e8c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 05:51:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 327 ++++++++++------------------------------------- 1 file changed, 70 insertions(+), 257 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96e2375..1758cc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; @@ -33,29 +33,17 @@ export default function LandingPage() { @@ -64,102 +52,57 @@ export default function LandingPage() {
@@ -180,20 +123,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Personal Training", - description: "1:1 coaching tailored to your goals.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776834330250-o1ngbgkj.jpg", - }, + title: "Personal Training", description: "1:1 coaching tailored to your goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776834330250-o1ngbgkj.jpg"}, { - title: "Group Classes", - description: "HIIT, strength training, and more.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776834581960-n0u3nauk.png", - }, + title: "Group Classes", description: "HIIT, strength training, and more.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776834581960-n0u3nauk.png"}, { - title: "Functional Training", - description: "Dedicated zone for explosive work.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776834867414-pazg7fxe.png", - }, + title: "Functional Training", description: "Dedicated zone for explosive work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776834867414-pazg7fxe.png"}, ]} title="Our Training Services" description="Customized programs for every athlete." @@ -208,29 +142,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "pilates", - name: "Pilates", - price: "Studio Flow", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776835315362-lyfj6a1a.png", - }, + id: "pilates", name: "Pilates", price: "Studio Flow", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776835315362-lyfj6a1a.png"}, { - id: "yoga", - name: "Yoga", - price: "Recovery Focus", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776836838570-7mgaesul.jpg", - }, + id: "yoga", name: "Yoga", price: "Recovery Focus", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776836838570-7mgaesul.jpg"}, { - id: "hiit", - name: "HIIT", - price: "High Intensity", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776834940951-b2r10rhj.jpg", - }, + id: "hiit", name: "HIIT", price: "High Intensity", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776834940951-b2r10rhj.jpg"}, { - id: "strength", - name: "Strength", - price: "Conditioning", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-athlete-competing-olympic-games_23-2151450152.jpg", - }, + id: "strength", name: "Strength", price: "Conditioning", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-athlete-competing-olympic-games_23-2151450152.jpg"}, ]} title="Featured Classes" description="Modern programming for peak performance." @@ -245,25 +163,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "SAUNA", - title: "Recovery", - description: "Premium sauna and cold plunge area.", - icon: Waves, + id: "m1", value: "SAUNA", title: "Recovery", description: "Premium sauna and cold plunge area.", icon: Waves, }, { - id: "m2", - value: "CARDIO", - title: "Endurance", - description: "Industry leading cardio equipment.", - icon: Activity, + id: "m2", value: "CARDIO", title: "Endurance", description: "Industry leading cardio equipment.", icon: Activity, }, { - id: "m3", - value: "WEIGHT ", - title: "Strength", - description: "Professional rogue power racks.", - icon: Activity, + id: "m3", value: "WEIGHT ", title: "Strength", description: "Professional rogue power racks.", icon: Activity, }, ]} title="State of the Art Facilities" @@ -278,52 +184,22 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "monthly", - tag: "Basic", - price: "$89", - period: "/month", - description: "Gym, classes, facilities access.", - button: { - text: "Start Now", - }, - featuresTitle: "Included", - features: [ - "Full Gym Access", - "Group Classes", - "Locker Room", - ], + id: "monthly", tag: "Basic", price: "$89", period: "/month", description: "Gym, classes, facilities access.", button: { + text: "Start Now"}, + featuresTitle: "Included", features: [ + "Full Gym Access", "Group Classes", "Locker Room"], }, { - id: "annual", - tag: "Value", - price: "$899", - period: "/year", - description: "Best value + personal training.", - button: { - text: "Start Now", - }, - featuresTitle: "Included", - features: [ - "Everything Monthly", - "2x Personal Training", - "Priority Support", - ], + id: "annual", tag: "Value", price: "$899", period: "/year", description: "Best value + personal training.", button: { + text: "Start Now"}, + featuresTitle: "Included", features: [ + "Everything Monthly", "2x Personal Training", "Priority Support"], }, { - id: "student", - tag: "Student", - price: "$59", - period: "/month", - description: "Limited hours, student ID req.", - button: { - text: "Start Now", - }, - featuresTitle: "Included", - features: [ - "Off-Peak Access", - "Gym Facilities", - "Core Classes", - ], + id: "student", tag: "Student", price: "$59", period: "/month", description: "Limited hours, student ID req.", button: { + text: "Start Now"}, + featuresTitle: "Included", features: [ + "Off-Peak Access", "Gym Facilities", "Core Classes"], }, ]} title="Membership Plans" @@ -337,60 +213,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah Miller", - date: "2024-01-01", - title: "Transformation", - quote: "Incredible results, absolute focus.", - tag: "Member", - avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-dressed-black-sportswear-baseball-cap-lifts-dumbbell_613910-5628.jpg", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776825856098-5c8cjfqy.jpg?_wi=2", - imageAlt: "fit athlete portrait dark", - }, + id: "t1", name: "Sarah Miller", date: "2024-01-01", title: "Transformation", quote: "Incredible results, absolute focus.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-dressed-black-sportswear-baseball-cap-lifts-dumbbell_613910-5628.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776825856098-5c8cjfqy.jpg?_wi=2", imageAlt: "fit athlete portrait dark"}, { - id: "t2", - name: "John Doe", - date: "2024-01-05", - title: "Elite Gym", - quote: "KORE is simply the best in SD.", - tag: "Member", - avatarSrc: "http://img.b2bpic.net/free-photo/black-white-shot-male-kick-boxer-jumping-kicking-heavy-punching-bag-training-outdoors-copyspace-professional-skilled-motivation-sports-competitive-preparing-achievement-fighting-toned_7502-8674.jpg", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776825856098-r1e26fmp.png?_wi=2", - imageAlt: "fit athlete portrait dark", - }, + id: "t2", name: "John Doe", date: "2024-01-05", title: "Elite Gym", quote: "KORE is simply the best in SD.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/black-white-shot-male-kick-boxer-jumping-kicking-heavy-punching-bag-training-outdoors-copyspace-professional-skilled-motivation-sports-competitive-preparing-achievement-fighting-toned_7502-8674.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgyDENoeD9EWEraDkwxRjhwOZ4/uploaded-1776825856098-r1e26fmp.png?_wi=2", imageAlt: "fit athlete portrait dark"}, { - id: "t3", - name: "Mike Ross", - date: "2024-02-12", - title: "Strength", - quote: "Never seen better equipment.", - tag: "Member", - avatarSrc: "http://img.b2bpic.net/free-photo/athletic-woman-grey-hoodie-showing-her-muscular-stomach_613910-13811.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-out-with-equipment_23-2147688154.jpg?_wi=2", - imageAlt: "fit athlete portrait dark", - }, + id: "t3", name: "Mike Ross", date: "2024-02-12", title: "Strength", quote: "Never seen better equipment.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/athletic-woman-grey-hoodie-showing-her-muscular-stomach_613910-13811.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-out-with-equipment_23-2147688154.jpg?_wi=2", imageAlt: "fit athlete portrait dark"}, { - id: "t4", - name: "Lisa Wang", - date: "2024-03-20", - title: "HIIT Focus", - quote: "Love the class schedule.", - tag: "Member", - avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-outside_23-2148291331.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-elliptical-cardio-machine_23-2147827880.jpg?_wi=2", - imageAlt: "fit athlete portrait dark", - }, + id: "t4", name: "Lisa Wang", date: "2024-03-20", title: "HIIT Focus", quote: "Love the class schedule.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-outside_23-2148291331.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-elliptical-cardio-machine_23-2147827880.jpg?_wi=2", imageAlt: "fit athlete portrait dark"}, { - id: "t5", - name: "Chris P.", - date: "2024-04-10", - title: "Recovery", - quote: "The sauna is life-changing.", - tag: "Member", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-workout-gym-full-shot_23-2149740135.jpg?_wi=2", - imageAlt: "fit athlete portrait dark", - }, + id: "t5", name: "Chris P.", date: "2024-04-10", title: "Recovery", quote: "The sauna is life-changing.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-workout-gym-full-shot_23-2149740135.jpg?_wi=2", imageAlt: "fit athlete portrait dark"}, ]} title="Results Driven" description="What our members have achieved." @@ -401,8 +232,7 @@ export default function LandingPage() {