diff --git a/src/app/page.tsx b/src/app/page.tsx index f88b69b..b2a07d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,11 +70,11 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} products={[ - { id: "1", name: "Deluxe Room", price: "$150/night", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-6082.jpg" }, + { id: "1", name: "Deluxe Room", price: "$150/night", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-6082.jpg?_wi=1" }, { id: "2", name: "Standard Room", price: "$90/night", variant: "Simple", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed-decoration-interior-bedroom_74190-11597.jpg" }, - { id: "3", name: "Royal Suite", price: "$250/night", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg" }, - { id: "4", name: "Executive Suite", price: "$300/night", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg" }, - { id: "5", name: "Family Suite", price: "$200/night", variant: "Spacious", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-6082.jpg" }, + { id: "3", name: "Royal Suite", price: "$250/night", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=1" }, + { id: "4", name: "Executive Suite", price: "$300/night", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=2" }, + { id: "5", name: "Family Suite", price: "$200/night", variant: "Spacious", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-6082.jpg?_wi=2" }, ]} title="Luxury Accommodations" description="Choose from our carefully designed rooms, each offering a blend of comfort and elegance for your stay." @@ -88,11 +88,11 @@ export default function LandingPage() { gridVariant="two-items-per-row" useInvertedBackground={false} features={[ - { title: "Indian Cuisine", description: "Authentic flavors prepared with fresh local spices.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-with-lettuce-frame_23-2148633473.jpg" }, - { title: "Chinese Delicacies", description: "Traditional recipes with a modern twist.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-with-lettuce-frame_23-2148633473.jpg" }, - { title: "Table Booking", description: "Reserve your favorite table online today.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-with-lettuce-frame_23-2148633473.jpg" }, - { title: "Breakfast Buffet", description: "Freshly baked goods and local delicacies.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-with-lettuce-frame_23-2148633473.jpg" }, - { title: "Evening Lounge", description: "Signature cocktails and serene atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-with-lettuce-frame_23-2148633473.jpg" }, + { title: "Indian Cuisine", description: "Authentic flavors prepared with fresh local spices.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-with-lettuce-frame_23-2148633473.jpg?_wi=1" }, + { title: "Chinese Delicacies", description: "Traditional recipes with a modern twist.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-with-lettuce-frame_23-2148633473.jpg?_wi=2" }, + { title: "Table Booking", description: "Reserve your favorite table online today.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-with-lettuce-frame_23-2148633473.jpg?_wi=3" }, + { title: "Breakfast Buffet", description: "Freshly baked goods and local delicacies.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-with-lettuce-frame_23-2148633473.jpg?_wi=4" }, + { title: "Evening Lounge", description: "Signature cocktails and serene atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwiches-with-lettuce-frame_23-2148633473.jpg?_wi=5" }, ]} title="Culinary Excellence" description="Discover a diverse menu ranging from authentic Indian and Chinese dishes to savory fast food favorites, all prepared by our expert chefs."