Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-06 05:51:31 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "Book Now", href: "#contact" },
{ text: "View Rooms", href: "#rooms" },
]}
imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"
imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1"
imageAlt="Luxurious hotel room with premium amenities"
showDimOverlay={true}
/>
@@ -69,13 +69,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Hotel Lavish", name: "Standard Room", price: "Affordable Comfort", rating: 5,
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-9503.jpg", imageAlt: "Clean and comfortable standard hotel room"},
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-9503.jpg?_wi=1", imageAlt: "Clean and comfortable standard hotel room"},
{
id: "2", brand: "Hotel Lavish", name: "Deluxe Room", price: "Premium Experience", rating: 5,
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Spacious deluxe room with modern furnishings"},
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Spacious deluxe room with modern furnishings"},
{
id: "3", brand: "Hotel Lavish", name: "Executive Suite", price: "Ultimate Luxury", rating: 5,
reviewCount: "78 reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Luxurious executive suite with premium amenities"},
reviewCount: "78 reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3", imageAlt: "Luxurious executive suite with premium amenities"},
]}
title="Our Rooms & Suites"
description="Experience comfort and luxury in our thoughtfully designed rooms, each equipped with premium amenities."
@@ -91,7 +91,7 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Clean & Comfortable Rooms", author: "Premium Standard", description: "All rooms are meticulously maintained with high-quality furnishings, comfortable beds, and modern décor to ensure your relaxation.", tags: ["Cleanliness", "Comfort"],
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-9503.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-9503.jpg?_wi=2"},
{
id: "2", title: "Free High-Speed WiFi", author: "Connected Living", description: "Stay connected with complimentary high-speed WiFi throughout the hotel, perfect for work or entertainment.", tags: ["Technology", "Connectivity"],
imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-using-digital-tablet_53876-96943.jpg"},