From 144f0d0570f7ebb4e46ad18ee9457fd54bf20cf2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:17:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c8bb68..2784849 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Book a Table", href: "#contact" }, { text: "WhatsApp", href: "https://wa.me/placeholder" } ]} - imageSrc="http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/top-shot-group-friends-siting-atound-table-outdoor-party_1098-17461.jpg", alt: "Customer 1" }, @@ -91,12 +91,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", brand: "Snacks", name: "Crispy Veg Pakoras", price: "₹150", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg" }, - { id: "p2", brand: "Main Course", name: "Paneer Butter Masala", price: "₹350", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg" }, - { id: "p3", brand: "Main Course", name: "Dal Makhani", price: "₹280", rating: 4, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg" }, - { id: "p4", brand: "Beverage", name: "Fresh Lime Soda", price: "₹90", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg" }, - { id: "p5", brand: "Beverage", name: "Masala Chai", price: "₹60", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg" }, - { id: "p6", brand: "Dessert", name: "Gulab Jamun", price: "₹120", rating: 5, reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg" } + { id: "p1", brand: "Snacks", name: "Crispy Veg Pakoras", price: "₹150", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg?_wi=1" }, + { id: "p2", brand: "Main Course", name: "Paneer Butter Masala", price: "₹350", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg?_wi=2" }, + { id: "p3", brand: "Main Course", name: "Dal Makhani", price: "₹280", rating: 4, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg?_wi=3" }, + { id: "p4", brand: "Beverage", name: "Fresh Lime Soda", price: "₹90", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg?_wi=1" }, + { id: "p5", brand: "Beverage", name: "Masala Chai", price: "₹60", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg?_wi=2" }, + { id: "p6", brand: "Dessert", name: "Gulab Jamun", price: "₹120", rating: 5, reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg?_wi=3" } ]} title="Our Menu" description="Exquisite pure vegetarian dishes and refreshments to please your palate." @@ -114,22 +114,22 @@ export default function LandingPage() { { title: "Rooftop Views", description: "Beautiful evening views of the Taragarh Fort.", icon: Camera, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/ancient-tower-dusk_1127-3007.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/ancient-tower-dusk_1127-3007.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/ancient-tower-dusk_1127-3007.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/ancient-tower-dusk_1127-3007.jpg?_wi=2" } ] }, { title: "Artistic Vibe", description: "Elegant and peaceful interior designs.", icon: Star, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg?_wi=4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg?_wi=4" } ] }, { title: "Delicious Food", description: "Pure veg dishes prepared with fresh ingredients.", icon: Utensils, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg?_wi=5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg?_wi=5" } ] } ]} @@ -144,7 +144,7 @@ export default function LandingPage() { title="Bundi, Rajasthan" description="Plot No.1, Rooftop Ujjivan Bank, Near Circuit House, New Colony, Bundi, Rajasthan – 323001. Phone: +91-9876543210" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg?_wi=2" />