From bf3a11cbd2d0b68245aeb90adaa7818d26a4754e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 07:31:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 425 +++++++---------------------------------------- 1 file changed, 60 insertions(+), 365 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index caf240e..b7f3cb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,139 +31,49 @@ export default function LandingPage() {
@@ -174,20 +84,11 @@ export default function LandingPage() { title="Elite Transformation Center" description="Oneabove Fitness is not just a gym; it's a movement. We focus on science-based strength, fat loss, and muscle development in a luxurious environment designed for high performance." metrics={[ - { - value: "500+", - title: "Members", - }, - { - value: "10+", - title: "Certified Trainers", - }, - { - value: "Modern", - title: "Equipment", - }, + { value: "500+", title: "Members" }, + { value: "10+", title: "Certified Trainers" }, + { value: "Modern", title: "Equipment" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-treadmill-console-with-settings_1262-2975.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-treadmill-console-with-settings_1262-2975.jpg" mediaAnimation="slide-up" /> @@ -198,48 +99,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "p1", - title: "Strength Training", - description: "Build raw strength with our premium weight section.", - tag: "CORE", - imageSrc: "http://img.b2bpic.net/free-vector/fitness-equipment-pack_23-2147533676.jpg?_wi=2", - }, - { - id: "p2", - title: "Weight Loss", - description: "Science-backed fat loss protocols for sustainable results.", - tag: "FAT LOSS", - imageSrc: "http://img.b2bpic.net/free-vector/weight-lifting-icon-logo-design_474888-2459.jpg", - }, - { - id: "p3", - title: "Personal Training", - description: "One-on-one expert guidance to push your limits safely.", - tag: "PREMIUM", - imageSrc: "http://img.b2bpic.net/free-vector/letter-s-gym-logo-design-template_474888-2045.jpg", - }, - { - id: "p4", - title: "Functional Fitness", - description: "Improve your daily movement and athletic performance.", - tag: "ATHLETIC", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-yellow-weights_23-2148523319.jpg", - }, - { - id: "p5", - title: "Muscle Building", - description: "Hypertrophy training for maximum physique development.", - tag: "GROWTH", - imageSrc: "http://img.b2bpic.net/free-vector/set-bodybuilding-badges-stickers-isolated-white_1441-200.jpg", - }, - { - id: "p6", - title: "Cardio & Endurance", - description: "Increase heart health and stamina with top-tier equipment.", - tag: "CARDIO", - imageSrc: "http://img.b2bpic.net/free-vector/black-blue-crossfit-label-collection_23-2147621821.jpg", - }, + { id: "p1", title: "Strength Training", description: "Build raw strength with our premium weight section.", tag: "CORE", imageSrc: "http://img.b2bpic.net/free-vector/fitness-equipment-pack_23-2147533676.jpg" }, + { id: "p2", title: "Weight Loss", description: "Science-backed fat loss protocols for sustainable results.", tag: "FAT LOSS", imageSrc: "http://img.b2bpic.net/free-vector/weight-lifting-icon-logo-design_474888-2459.jpg" }, + { id: "p3", title: "Personal Training", description: "One-on-one expert guidance to push your limits safely.", tag: "PREMIUM", imageSrc: "http://img.b2bpic.net/free-vector/letter-s-gym-logo-design-template_474888-2045.jpg" }, + { id: "p4", title: "Functional Fitness", description: "Improve your daily movement and athletic performance.", tag: "ATHLETIC", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-yellow-weights_23-2148523319.jpg" }, + { id: "p5", title: "Muscle Building", description: "Hypertrophy training for maximum physique development.", tag: "GROWTH", imageSrc: "http://img.b2bpic.net/free-vector/set-bodybuilding-badges-stickers-isolated-white_1441-200.jpg" }, + { id: "p6", title: "Cardio & Endurance", description: "Increase heart health and stamina with top-tier equipment.", tag: "CARDIO", imageSrc: "http://img.b2bpic.net/free-vector/black-blue-crossfit-label-collection_23-2147621821.jpg" }, ]} title="Customized Training Programs" description="Personalized workouts to help you achieve your fitness goals faster." @@ -248,33 +113,14 @@ export default function LandingPage() {