From cc8d35f760cffde9d2a1f88a16e39d7dc302df69 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 22:34:28 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 183 +++++++---------------------------------------- 1 file changed, 24 insertions(+), 159 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b7b352..553ba09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,40 +28,16 @@ export default function LandingPage() { @@ -69,16 +45,7 @@ export default function LandingPage() { @@ -87,15 +54,8 @@ export default function LandingPage() { @@ -107,27 +67,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "1", - name: "Imperial Grand Suite", - price: "€1,200/night", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/ornate-bed-art-nouveau-style_23-2150975587.jpg", - }, - { - id: "2", - name: "Deluxe Garden View", - price: "€850/night", - variant: "Luxury", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-shape-star-table_23-2148330475.jpg", - }, - { - id: "3", - name: "Penthouse Sanctuary", - price: "€2,500/night", - variant: "Exclusive", - imageSrc: "http://img.b2bpic.net/free-photo/3d-room-interior-with-classic-design-furniture_23-2150895574.jpg", - }, + { id: "1", name: "Imperial Grand Suite", price: "€1,200/night", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/ornate-bed-art-nouveau-style_23-2150975587.jpg" }, + { id: "2", name: "Deluxe Garden View", price: "€850/night", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shape-star-table_23-2148330475.jpg" }, + { id: "3", name: "Penthouse Sanctuary", price: "€2,500/night", variant: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/3d-room-interior-with-classic-design-furniture_23-2150895574.jpg" }, ]} title="Our Signature Suites" description="Immerse yourself in opulence with our carefully curated selection of signature suites." @@ -136,50 +78,16 @@ export default function LandingPage() {
-- 2.49.1 From a51ee435148936eef9f6da8763eb8fa900d7aa58 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 22:34:28 +0000 Subject: [PATCH 2/2] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 138 +++++------------------------------------ 1 file changed, 17 insertions(+), 121 deletions(-) diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 524c38c..f4e4788 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -24,75 +24,28 @@ export default function LandingPage() {
@@ -132,50 +69,9 @@ export default function LandingPage() {