From 71111a4bd4ff808fd78508ce064b6ca5cf52e1ce Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:03:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c7d4b2..3c190a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,12 +74,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", name: "Standard Room", price: "From €150", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-metal-tray_658428-54.jpg" }, - { id: "2", name: "Classic Room", price: "From €220", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19129.jpg" }, - { id: "3", name: "Economy", price: "From €120", variant: "Value", imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956522.jpg" }, - { id: "4", name: "Family Suite", price: "From €350", variant: "Spacious", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg" }, - { id: "5", name: "Junior Suite", price: "From €400", variant: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-mysterious-man-futuristic-egg-chair_1163-5524.jpg" }, - { id: "6", name: "Royal Suite", price: "From €600", variant: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532982.jpg" }, + { id: "1", name: "Standard Comfort Room", price: "From €150", variant: "Essential Coastal Living", imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-metal-tray_658428-54.jpg" }, + { id: "2", name: "Classic Luxury Room", price: "From €220", variant: "Refined Elegance & Sea Views", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19129.jpg" }, + { id: "3", name: "Economy Cozy Nook", price: "From €120", variant: "Budget-Friendly Retreat", imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956522.jpg" }, + { id: "4", name: "Family Grand Suite", price: "From €350", variant: "Spacious Comfort for All", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg" }, + { id: "5", name: "Junior Executive Suite", price: "From €400", variant: "Exclusive Business & Leisure", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-mysterious-man-futuristic-egg-chair_1163-5524.jpg" }, + { id: "6", name: "Royal Presidential Suite", price: "From €600", variant: "Elite Unmatched Sophistication", imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532982.jpg" }, ]} title="Exquisite Accommodations" description="From elegant Classics to spacious Family suites, we have the perfect sanctuary for your stay." -- 2.49.1