From 479493977b34dbd82722c7d364106d66000dc8c8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 05:34:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 336 ++++++----------------------------------------- 1 file changed, 43 insertions(+), 293 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f43a87f..261be4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import { CreditCard, GraduationCap, Trophy, Users, Waves } from "lucide-react"; +import { CreditCard, GraduationCap, Trophy, Users, Waves, Dumbbell } from "lucide-react"; export default function LandingPage() { return ( @@ -33,32 +33,14 @@ export default function LandingPage() { @@ -67,40 +49,16 @@ export default function LandingPage() { logoText="Swim. Train. Thrive." description="Marlborough's home of sport, fitness, and aquatics." buttons={[ - { - text: "Join Now", - href: "#pricing", - }, - { - text: "Explore Facilities", - href: "#features", - }, + { text: "Join Now", href: "#pricing" }, + { text: "Explore Facilities", href: "#features" }, ]} slides={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-pool-high-angle_23-2149089247.jpg?_wi=1", - imageAlt: "Underwater pool view", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym_74190-4693.jpg?_wi=1", - imageAlt: "Gym floor activity", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/deckchair-swimming-pool_1150-10746.jpg?_wi=1", - imageAlt: "Family leisure pool", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/woman-diving-pool_23-2147664434.jpg?_wi=1", - imageAlt: "Competitive lap pool", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-holds-ball-hoop-game-hall_613910-7710.jpg?_wi=1", - imageAlt: "Modern sports court", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/workout-wellbeing-helthcare-fitness-concept_53876-122814.jpg?_wi=1", - imageAlt: "Group fitness class", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-pool-high-angle_23-2149089247.jpg", imageAlt: "Underwater pool view" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym_74190-4693.jpg", imageAlt: "Gym floor activity" }, + { imageSrc: "http://img.b2bpic.net/free-photo/deckchair-swimming-pool_1150-10746.jpg", imageAlt: "Family leisure pool" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-diving-pool_23-2147664434.jpg", imageAlt: "Competitive lap pool" }, + { imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-holds-ball-hoop-game-hall_613910-7710.jpg", imageAlt: "Modern sports court" }, + { imageSrc: "http://img.b2bpic.net/free-photo/workout-wellbeing-helthcare-fitness-concept_53876-122814.jpg", imageAlt: "Group fitness class" }, ]} /> @@ -111,21 +69,9 @@ export default function LandingPage() { title="Today's Status" tag="Live Updates" metrics={[ - { - id: "m1", - value: "Open", - description: "Pool Status", - }, - { - id: "m2", - value: "5am - 9pm", - description: "Pool Hours", - }, - { - id: "m3", - value: "5am - 9pm", - description: "Gym Hours", - }, + { id: "m1", value: "Open", description: "Pool Status" }, + { id: "m2", value: "5am - 9pm", description: "Pool Hours" }, + { id: "m3", value: "5am - 9pm", description: "Gym Hours" }, ]} metricsAnimation="slide-up" /> @@ -133,105 +79,16 @@ export default function LandingPage() {
@@ -366,18 +146,9 @@ export default function LandingPage() { title="Stadium 2000" description="Blenheim's premier indoor sports and recreation centre, offering world-class aquatic, gym, and court facilities." bulletPoints={[ - { - title: "Aquatic Complex", - description: "Multiple pools and lazy river.", - }, - { - title: "Gym & Fitness", - description: "Modern weights and cardio gear.", - }, - { - title: "Indoor Courts", - description: "Squash and sports courts.", - }, + { title: "Aquatic Complex", description: "Multiple pools and lazy river." }, + { title: "Gym & Fitness", description: "Modern weights and cardio gear." }, + { title: "Indoor Courts", description: "Squash and sports courts." }, ]} imageSrc="http://img.b2bpic.net/free-photo/long-glass-building_1127-2230.jpg" mediaAnimation="slide-up" @@ -388,15 +159,7 @@ export default function LandingPage() { @@ -405,32 +168,19 @@ export default function LandingPage() {
-- 2.49.1