diff --git a/src/app/page.tsx b/src/app/page.tsx index 9932288..4fee1d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,47 +44,26 @@ export default function LandingPage() {
@@ -103,26 +74,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Elite", - title: "Advanced Technology", - subtitle: "Precision tracking", - description: "Monitor your progress with world-class fitness tracking and diagnostics.", - imageSrc: "http://img.b2bpic.net/free-photo/masked-woman-training-coronavirus_1157-34281.jpg", - }, + tag: "Elite", title: "Advanced Technology", subtitle: "Precision tracking", description: "Monitor your progress with world-class fitness tracking and diagnostics.", imageSrc: "http://img.b2bpic.net/free-photo/masked-woman-training-coronavirus_1157-34281.jpg"}, { - tag: "Guidance", - title: "Expert Training", - subtitle: "Real results", - description: "Work with certified professionals dedicated to reaching your personal goals.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-gym_1157-15669.jpg", - }, + tag: "Guidance", title: "Expert Training", subtitle: "Real results", description: "Work with certified professionals dedicated to reaching your personal goals.", imageSrc: "http://img.b2bpic.net/free-photo/couple-gym_1157-15669.jpg"}, { - tag: "Facilities", - title: "Spa-level comfort", - subtitle: "Premium amenities", - description: "Relax after your session in our pristine, hotel-inspired locker facilities.", - imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-basketball-game-locker_23-2150847248.jpg", - }, + tag: "Facilities", title: "Spa-level comfort", subtitle: "Premium amenities", description: "Relax after your session in our pristine, hotel-inspired locker facilities.", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-basketball-game-locker_23-2150847248.jpg"}, ]} title="Why Red Fitness?" description="We offer more than just a place to workout; we build communities of excellence." @@ -131,30 +87,16 @@ export default function LandingPage() {