From 020de68b61120f7651b9a6403b2d357d5840e561 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 14:33:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 343 +++++++++++------------------------------------ 1 file changed, 75 insertions(+), 268 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6565c3..eb02103 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,38 +34,22 @@ export default function LandingPage() { @@ -118,17 +90,11 @@ export default function LandingPage() { description="Monash Aquatic & Recreation Centre is more than just a facility; it's a community hub dedicated to health, fitness, and family fun. Discover our state-of-the-art pools, fully equipped gym, and diverse programs for all ages and abilities." metrics={[ { - value: "3+", - title: "Olympic Pools", - }, + value: "3+", title: "Olympic Pools"}, { - value: "50+", - title: "Weekly Classes", - }, + value: "50+", title: "Weekly Classes"}, { - value: "10k+", - title: "Happy Members", - }, + value: "10k+", title: "Happy Members"}, ]} imageSrc="http://img.b2bpic.net/free-photo/blurred-abstract-background-interior-view-looking-out-toward-empty-office-lobby-entrance-doors-glass-curtain-wall-with-frame_1339-6370.jpg" imageAlt="Modern gym interior with various fitness equipment and people exercising" @@ -145,19 +111,13 @@ export default function LandingPage() { features={[ { icon: Droplets, - title: "Aquatic Facilities", - description: "Dive into our Olympic-sized pools, dedicated learn-to-swim areas, and relaxing hydrotherapy pools. Perfect for all ages and skill levels.", - }, + title: "Aquatic Facilities", description: "Dive into our Olympic-sized pools, dedicated learn-to-swim areas, and relaxing hydrotherapy pools. Perfect for all ages and skill levels."}, { icon: Activity, - title: "Fitness Centre", - description: "Achieve your fitness goals in our state-of-the-art gym, featuring cardio equipment, strength training zones, and functional fitness areas.", - }, + title: "Fitness Centre", description: "Achieve your fitness goals in our state-of-the-art gym, featuring cardio equipment, strength training zones, and functional fitness areas."}, { icon: CalendarCheck, - title: "Group Fitness Classes", - description: "Energize your routine with our diverse range of group fitness classes, from high-intensity cardio to calming yoga and aqua aerobics.", - }, + title: "Group Fitness Classes", description: "Energize your routine with our diverse range of group fitness classes, from high-intensity cardio to calming yoga and aqua aerobics."}, ]} title="Explore Our World-Class Facilities & Programs" description="From olympic-sized swimming pools to modern fitness studios, Monash Aquatic provides everything you need to achieve your health goals." @@ -173,53 +133,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "prog-1", - name: "Swimming Lessons", - price: "From $15/session", - variant: "Kids & Adults", - imageSrc: "http://img.b2bpic.net/free-photo/mother-with-son-painting-big-paper-by-hands_8353-5165.jpg", - imageAlt: "Child learning to swim with an instructor", - }, + id: "prog-1", name: "Swimming Lessons", price: "From $15/session", variant: "Kids & Adults", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-son-painting-big-paper-by-hands_8353-5165.jpg", imageAlt: "Child learning to swim with an instructor"}, { - id: "prog-2", - name: "Group Fitness", - price: "Included with Membership", - variant: "Variety of Classes", - imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332060.jpg", - imageAlt: "Group of people participating in a fitness class", - }, + id: "prog-2", name: "Group Fitness", price: "Included with Membership", variant: "Variety of Classes", imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332060.jpg", imageAlt: "Group of people participating in a fitness class"}, { - id: "prog-3", - name: "Personal Training", - price: "From $60/session", - variant: "Tailored Plans", - imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163387.jpg", - imageAlt: "Personal trainer working with a client in a gym", - }, + id: "prog-3", name: "Personal Training", price: "From $60/session", variant: "Tailored Plans", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163387.jpg", imageAlt: "Personal trainer working with a client in a gym"}, { - id: "prog-4", - name: "Hydrotherapy", - price: "Available Upon Request", - variant: "Rehabilitation & Wellness", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-washing-his-hands-outdoors_23-2148749280.jpg", - imageAlt: "Senior person doing exercises in a hydrotherapy pool", - }, + id: "prog-4", name: "Hydrotherapy", price: "Available Upon Request", variant: "Rehabilitation & Wellness", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-washing-his-hands-outdoors_23-2148749280.jpg", imageAlt: "Senior person doing exercises in a hydrotherapy pool"}, { - id: "prog-5", - name: "School Programs", - price: "Custom Quotes", - variant: "Excursions & Camps", - imageSrc: "http://img.b2bpic.net/free-photo/trainer-talking-players-side-view_23-2149742086.jpg", - imageAlt: "Group of school children in a swimming pool", - }, + id: "prog-5", name: "School Programs", price: "Custom Quotes", variant: "Excursions & Camps", imageSrc: "http://img.b2bpic.net/free-photo/trainer-talking-players-side-view_23-2149742086.jpg", imageAlt: "Group of school children in a swimming pool"}, { - id: "prog-6", - name: "Corporate Team Building", - price: "Custom Quotes", - variant: "Engaging & Fun", - imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-dancing-private-party_23-2147644294.jpg", - imageAlt: "Group of colleagues doing team building activities in water", - }, + id: "prog-6", name: "Corporate Team Building", price: "Custom Quotes", variant: "Engaging & Fun", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-dancing-private-party_23-2147644294.jpg", imageAlt: "Group of colleagues doing team building activities in water"}, ]} title="Programs for Every Age & Stage" description="Whether you're learning to swim, joining a fitness class, or just looking for fun, our diverse programs cater to everyone in the family." @@ -230,63 +154,28 @@ export default function LandingPage() {