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"