From a429db9b815084c98b7cda7a077872b2fac06b6a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:35:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 256 ++++++++--------------------------------------- 1 file changed, 44 insertions(+), 212 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cd440d..b0842f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,130 +29,46 @@ export default function LandingPage() {
@@ -161,12 +77,7 @@ export default function LandingPage() { @@ -177,30 +88,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Elite Recovery Zones", - description: "Advanced sauna and steam rooms designed to optimize muscle recovery and improve wellness.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037084.jpg", - imageAlt: "Sauna room", - }, + id: "f1", title: "Elite Recovery Zones", description: "Advanced sauna and steam rooms designed to optimize muscle recovery and improve wellness.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037084.jpg", imageAlt: "Sauna room"}, items: [ - { - icon: Sparkles, - text: "Professional Sauna", - }, - { - icon: CheckCircle, - text: "Steam Room Access", - }, - { - icon: Zap, - text: "Recovery Protocols", - }, + { icon: Sparkles, text: "Professional Sauna" }, + { icon: CheckCircle, text: "Steam Room Access" }, + { icon: Zap, text: "Recovery Protocols" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/sportive-blonde-woman-working-out-exercise-bike-modern-fitness-center-fitness-lifestyle-sport-club_613910-5816.jpg?_wi=2", - imageAlt: "luxury gym interior modern aesthetic", }, ]} title="Premium Amenities Designed for You" @@ -212,48 +107,14 @@ export default function LandingPage() {