From 6d4bb738649459aedf8e890b4054facc2abcef57 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 15:17:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 211 +++++++++++------------------------------------ 1 file changed, 46 insertions(+), 165 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0a7b3c..87ead74 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,18 +47,15 @@ export default function LandingPage() {
@@ -75,9 +64,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your Goals. Our Focus." description={[ - "At One II One Gym, we believe that effective training requires total focus. Our coaches work exclusively with you, ensuring every rep counts and your technique is flawless.", - "No crowds, no distractions. Just you and the expert guidance needed to surpass your limits.", - ]} + "At One II One Gym, we believe that effective training requires total focus. Our coaches work exclusively with you, ensuring every rep counts and your technique is flawless.", "No crowds, no distractions. Just you and the expert guidance needed to surpass your limits."]} /> @@ -87,26 +74,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Training", - title: "Custom Programs", - subtitle: "Data-Driven", - description: "Tailored workout plans designed specifically for your biometrics.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dumbbells-wooden-background_23-2148531499.jpg?_wi=1", - }, + tag: "Training", title: "Custom Programs", subtitle: "Data-Driven", description: "Tailored workout plans designed specifically for your biometrics.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dumbbells-wooden-background_23-2148531499.jpg"}, { - tag: "Nutrition", - title: "Full Support", - subtitle: "Total Fuel", - description: "Comprehensive dietary guidance integrated into your plan.", - imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332072.jpg", - }, + tag: "Nutrition", title: "Full Support", subtitle: "Total Fuel", description: "Comprehensive dietary guidance integrated into your plan.", imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332072.jpg"}, { - tag: "Facilities", - title: "Private Space", - subtitle: "Distraction Free", - description: "High-end, sanitized, and fully equipped private training zones.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg", - }, + tag: "Facilities", title: "Private Space", subtitle: "Distraction Free", description: "High-end, sanitized, and fully equipped private training zones.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg"}, ]} title="Everything You Need to Succeed" description="Comprehensive fitness solutions delivered in a private, supportive environment." @@ -115,30 +87,19 @@ export default function LandingPage() {