Update src/app/page.tsx

This commit is contained in:
2026-03-08 15:39:44 +00:00
parent 67c062dc7c
commit 05cf0106f1

View File

@@ -95,13 +95,13 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "standard", name: "Standard Room", price: "₹2,500 - ₹3,000", variant: "Perfect for single travelers", imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-young-man-tourist-shows-two-plane-tickets-passport-travels-holiday-goes-vacation-packs-suitcases_1258-314244.jpg", imageAlt: "Standard hotel room with bed and amenities"
id: "standard", name: "Standard Room", price: "₹2,500 - ₹3,000", variant: "Perfect for single travelers and budget-conscious guests", imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-young-man-tourist-shows-two-plane-tickets-passport-travels-holiday-goes-vacation-packs-suitcases_1258-314244.jpg", imageAlt: "Standard hotel room with bed and amenities"
},
{
id: "family", name: "Family Room", price: "₹3,500 - ₹4,500", variant: "Ideal for families of 3-4", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-girl-meditating-bed_23-2149101645.jpg", imageAlt: "Spacious family room with multiple beds"
id: "family", name: "Family Room", price: "₹3,500 - ₹4,500", variant: "Most Popular - Ideal for families of 3-4. Best value for group travelers", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-girl-meditating-bed_23-2149101645.jpg", imageAlt: "Spacious family room with multiple beds"
},
{
id: "deluxe", name: "Deluxe Room", price: "₹4,500 - ₹5,500", variant: "Premium comfort and space", imageSrc: "http://img.b2bpic.net/free-photo/lonely-bride-sits-bed-large-hotel-room_8353-7215.jpg", imageAlt: "Luxurious deluxe room with premium furnishings"
id: "deluxe", name: "Deluxe Room", price: "₹4,500 - ₹5,500", variant: "Premium comfort and space with upgraded amenities", imageSrc: "http://img.b2bpic.net/free-photo/lonely-bride-sits-bed-large-hotel-room_8353-7215.jpg", imageAlt: "Luxurious deluxe room with premium furnishings"
}
]}
title="Our Rooms"