From b4476a50ab9a1bc8845e012d45db9fca2b3f0ff6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:42:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e9bb4a..71f070d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,16 +129,16 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "standard", name: "Standard Room", price: "$180", variant: "Comfortable & Welcoming", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=1", imageAlt: "Standard Room at Olimp" + id: "standard", name: "Standard Room", price: "$180", variant: "Comfortable & Welcoming", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Standard Room at Olimp" }, { - id: "deluxe", name: "Deluxe Room", price: "$280", variant: "Premium Comfort Suite", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=2", imageAlt: "Deluxe Room at Olimp" + id: "deluxe", name: "Deluxe Room", price: "$280", variant: "Premium Comfort Suite", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Deluxe Room at Olimp" }, { - id: "suite", name: "Executive Suite", price: "$450", variant: "Luxury Living Space", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg?_wi=1", imageAlt: "Executive Suite at Olimp" + id: "suite", name: "Executive Suite", price: "$450", variant: "Luxury Living Space", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg", imageAlt: "Executive Suite at Olimp" }, { - id: "presidential", name: "Presidential Suite", price: "$750", variant: "Ultimate Luxury Experience", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg?_wi=2", imageAlt: "Presidential Suite at Olimp" + id: "presidential", name: "Presidential Suite", price: "$750", variant: "Ultimate Luxury Experience", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg", imageAlt: "Presidential Suite at Olimp" } ]} animationType="slide-up" -- 2.49.1