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() {