From 151cb6f26e0dfd5a1d739becc2f2d3c152f827d5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 10:02:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 209 ++++++++++++----------------------------------- 1 file changed, 52 insertions(+), 157 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5e6fcd..7855d40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,30 +33,18 @@ export default function LandingPage() { @@ -64,63 +52,40 @@ export default function LandingPage() {
@@ -146,20 +111,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "24/7 Access", - description: "Work out on your schedule with our extended 24/7 access facilities.", - imageSrc: "http://img.b2bpic.net/free-photo/anticipation-harmony-spa-woman-near-sauna-door_169016-69262.jpg", - }, + title: "24/7 Access", description: "Work out on your schedule with our extended 24/7 access facilities.", imageSrc: "http://img.b2bpic.net/free-photo/anticipation-harmony-spa-woman-near-sauna-door_169016-69262.jpg"}, { - title: "Modern Equipment", - description: "Enjoy the latest in strength and cardio technology for an optimized workout.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CToL1Sp1IITldMQd9yhy7puSbW/uploaded-1776419603100-1ghsr4yo.jpg", - }, + title: "Modern Equipment", description: "Enjoy the latest in strength and cardio technology for an optimized workout.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CToL1Sp1IITldMQd9yhy7puSbW/uploaded-1776419603100-1ghsr4yo.jpg"}, { - title: "Premium Amenities", - description: "Clean showers, lockers, and comfortable spaces to recharge.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-bathrobe-dressing-room-spa-there-is-woman-background_637285-7510.jpg", - }, + title: "Premium Amenities", description: "Clean showers, lockers, and comfortable spaces to recharge.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-bathrobe-dressing-room-spa-there-is-woman-background_637285-7510.jpg"}, ]} title="Why Choose Us?" description="State of the art gym equipment, and facilities to cater for your every need." @@ -173,38 +129,16 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - tag: "Starter", - price: "R299", - period: "mo", - description: "Perfect for casual gym goers.", - button: { - text: "Join Now", - href: "#contact", - }, - featuresTitle: "Included", - features: [ - "Daytime Access", - "Basic Cardio", - "Standard Equipment", - ], + id: "basic", tag: "Starter", price: "R299", period: "mo", description: "Perfect for casual gym goers.", button: { + text: "Join Now", href: "#contact"}, + featuresTitle: "Included", features: [ + "Daytime Access", "Basic Cardio", "Standard Equipment"], }, { - id: "pro", - tag: "Most Popular", - price: "R499", - period: "mo", - description: "Complete access for dedicated fitness lovers.", - button: { - text: "Join Now", - href: "#contact", - }, - featuresTitle: "Included", - features: [ - "24/7 Access", - "Full Gym Access", - "Priority Support", - ], + id: "pro", tag: "Most Popular", price: "R499", period: "mo", description: "Complete access for dedicated fitness lovers.", button: { + text: "Join Now", href: "#contact"}, + featuresTitle: "Included", features: [ + "24/7 Access", "Full Gym Access", "Priority Support"], }, ]} title="Membership Plans" @@ -219,23 +153,14 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - icon: Users, - title: "Happy Members", - value: "1200+", - }, + id: "m1", icon: Users, + title: "Happy Members", value: "1200+"}, { - id: "m2", - icon: Activity, - title: "Fitness Machines", - value: "50+", - }, + id: "m2", icon: Activity, + title: "Fitness Machines", value: "50+"}, { - id: "m3", - icon: Clock, - title: "Operational Hours", - value: "24/7", - }, + id: "m3", icon: Clock, + title: "Operational Hours", value: "24/7"}, ]} title="Our Impact" description="Numbers that define our community excellence." @@ -245,30 +170,20 @@ export default function LandingPage() {
@@ -324,25 +227,17 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { items: [ { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} @@ -352,4 +247,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1