From b96e897ad5f5c5f9f8f80da22c3f9e7cce78b13c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 17:11:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 335 +++++++---------------------------------------- 1 file changed, 45 insertions(+), 290 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb75b69..b7da9f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,126 +31,44 @@ export default function LandingPage() {
@@ -160,9 +78,7 @@ export default function LandingPage() { useInvertedBackground={false} title="About Elite Health" description={[ - "Elite Health Fitness Gym is a private functional fitness facility based in Hillcrest Boulevard Shopping Centre, Pretoria.", - "We specialize in professionally guided functional fitness training achieved through High Intensity Interval Training group classes.", - ]} + "Elite Health Fitness Gym is a private functional fitness facility based in Hillcrest Boulevard Shopping Centre, Pretoria.", "We specialize in professionally guided functional fitness training achieved through High Intensity Interval Training group classes."]} /> @@ -172,42 +88,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Functional Fitness", - description: "Move better in your daily life.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/barbell-ready-workout-gym-various-sizes-weight-plates_169016-40070.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-out-indoors-together-with-dumbbells_23-2149175417.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/sports-woman-training-morning-gym_1157-28775.jpg?_wi=2", - imageAlt: "gym functional fitness equipment", - }, - { - title: "HIIT Classes", - description: "High intensity sessions for maximum results.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/females-mat-training-together_23-2148387788.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-exercising-home_23-2150164763.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21910.jpg?_wi=1", - imageAlt: "gym functional fitness equipment", - }, - { - title: "Expert Coaching", - description: "Guidance by personal fitness coaches.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-doing-sport-with-stats_23-2150040520.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-with-kettlebell-side-view_23-2149358201.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-woman-doing-exercise-with-dumbbell-studio_171337-9049.jpg?_wi=2", - imageAlt: "gym functional fitness equipment", - }, + { title: "Functional Fitness", description: "Move better in your daily life.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/barbell-ready-workout-gym-various-sizes-weight-plates_169016-40070.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-out-indoors-together-with-dumbbells_23-2149175417.jpg" } }, + { title: "HIIT Classes", description: "High intensity sessions for maximum results.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/females-mat-training-together_23-2148387788.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-adult-exercising-home_23-2150164763.jpg" } }, + { title: "Expert Coaching", description: "Guidance by personal fitness coaches.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-doing-sport-with-stats_23-2150040520.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-with-kettlebell-side-view_23-2149358201.jpg" } }, ]} showStepNumbers={true} title="Our Training Methodology" @@ -217,44 +100,15 @@ export default function LandingPage() {
@@ -381,36 +164,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/fit-cartoon-character-training_23-2151148972.jpg" logoText="Elite Health" columns={[ - { - title: "Links", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Stores", - href: "#", - }, - { - label: "Contact Us", - href: "#contact", - }, - ], - }, - { - title: "Info", - items: [ - { - label: "083 458 9019", - href: "tel:0834589019", - }, - { - label: "melinda@elitehealthfitness.co.za", - href: "mailto:melinda@elitehealthfitness.co.za", - }, - ], - }, + { title: "Links", items: [{ label: "About", href: "#about" }, { label: "Stores", href: "#" }, { label: "Contact Us", href: "#contact" }] }, + { title: "Info", items: [{ label: "083 458 9019", href: "tel:0834589019" }, { label: "melinda@elitehealthfitness.co.za", href: "mailto:melinda@elitehealthfitness.co.za" }] }, ]} copyrightText="© Elite Health Fitness 2025." />