From 7810c0e0f6af1cec76936f771acd9da95b503254 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 22:07:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 211 ++++++++--------------------------------------- 1 file changed, 33 insertions(+), 178 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a81ddd..67e567d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,47 +30,25 @@ export default function LandingPage() {
@@ -114,33 +76,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "classic", - brand: "Esbjerg View", - name: "Classic Room", - price: "1.200 DKK", - rating: 5, - reviewCount: "50+", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-black-gold-podium-with-spotlight-product-presentation_84443-73952.jpg", - }, - { - id: "superior", - brand: "Most Popular", - name: "Superior Room", - price: "1.600 DKK", - rating: 5, - reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-sci-fi-techno-lights-cool-background_181624-26156.jpg", - }, - { - id: "suite", - brand: "Luxury Tier", - name: "The Suite", - price: "2.800 DKK", - rating: 5, - reviewCount: "30+", - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13547.jpg", - }, + { id: "classic", brand: "Esbjerg View", name: "Classic Room", price: "1.200 DKK", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/elegant-black-gold-podium-with-spotlight-product-presentation_84443-73952.jpg" }, + { id: "superior", brand: "Most Popular", name: "Superior Room", price: "1.600 DKK", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-sci-fi-techno-lights-cool-background_181624-26156.jpg" }, + { id: "suite", brand: "Luxury Tier", name: "The Suite", price: "2.800 DKK", rating: 5, reviewCount: "30+", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13547.jpg" }, ]} title="Private Sanctuaries" description="Each room reflects the raw elegance of Bjarke Ingels' brutalist architecture, softened by Danish HAY interior design." @@ -149,24 +87,13 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1