From ef6f8004346a177694ee33e843f4ff80a7fd91c1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:32:31 +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 71f070d..3e9bb4a 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=1", 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", 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?_wi=2", imageAlt: "Presidential Suite at Olimp" } ]} animationType="slide-up"