From 0890c312ef8159bb9a463500db877d68602a35b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:50:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 202 ++++++++--------------------------------------- 1 file changed, 32 insertions(+), 170 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02392f8..0093aee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -137,30 +80,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Infinity Pool", - description: "Relax in our heated rooftop infinity pool with panoramic sunset views.", - bentoComponent: "reveal-icon", - icon: Waves, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-practicing-selfcare_23-2150396223.jpg", - imageAlt: "high end resort suite aesthetic", - }, - { - title: "Fine Dining", - description: "Experience award-winning local flavors at our signature restaurant.", - bentoComponent: "reveal-icon", - icon: Utensils, - imageSrc: "http://img.b2bpic.net/free-photo/hallway-modern-style_1127-3391.jpg?_wi=2", - imageAlt: "high end resort suite aesthetic", - }, - { - title: "Luxury Spa", - description: "Rejuvenate your senses with our bespoke therapeutic treatments.", - bentoComponent: "reveal-icon", - icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/many-hammocks-near-large-pool_1203-403.jpg", - imageAlt: "high end resort suite aesthetic", - }, + { title: "Infinity Pool", description: "Relax in our heated rooftop infinity pool with panoramic sunset views.", bentoComponent: "reveal-icon", icon: Waves }, + { title: "Fine Dining", description: "Experience award-winning local flavors at our signature restaurant.", bentoComponent: "reveal-icon", icon: Utensils }, + { title: "Luxury Spa", description: "Rejuvenate your senses with our bespoke therapeutic treatments.", bentoComponent: "reveal-icon", icon: Sparkles }, ]} title="Exceptional Amenities" description="Indulge in world-class facilities designed for the discerning traveler." @@ -169,44 +91,15 @@ export default function LandingPage() {
@@ -233,32 +119,8 @@ export default function LandingPage() { -- 2.49.1