From 0e45bf972c04662e7aba58956e156d4cb85561c7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:21:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2040469..bd7cb20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,15 +93,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Prime Location", author: "Kankarbagh", description: "Located opposite Indian Oil petrol pump in Kankarbagh Colony, easily accessible and in the heart of the city.", tags: ["Location", "Convenient"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg?_wi=1" }, { id: "2", title: "Rooftop Ambience", author: "Experience", description: "Our exclusive rooftop setting offers breathtaking views and a perfect backdrop for family dinners and celebrations.", tags: ["Dining", "Ambiance"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg?_wi=2" }, { id: "3", title: "Authentic Tandoori", author: "Specialty", description: "Specializing in premium tandoori dishes prepared by our expert chefs using time-honored techniques and fresh ingredients.", tags: ["Cuisine", "Specialty"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-young-lady-room-with-many-bright-chandeliers_181624-44491.jpg?_wi=3" } ]} /> @@ -116,12 +116,12 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ - { id: "1", name: "Veg Seek Kebab", price: "₹279", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg", imageAlt: "Veg Seek Kebab" }, - { id: "2", name: "Hara Bhara Kebab", price: "₹289", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg", imageAlt: "Hara Bhara Kebab" }, + { id: "1", name: "Veg Seek Kebab", price: "₹279", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg?_wi=1", imageAlt: "Veg Seek Kebab" }, + { id: "2", name: "Hara Bhara Kebab", price: "₹289", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg?_wi=2", imageAlt: "Hara Bhara Kebab" }, { id: "3", name: "Paneer Tikka", price: "₹349", imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-traditional-azerbaijani-cuisine_140725-926.jpg", imageAlt: "Paneer Tikka" }, - { id: "4", name: "Mushroom Tikka", price: "₹329", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg", imageAlt: "Mushroom Tikka" }, - { id: "5", name: "Chicken Tikka", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg", imageAlt: "Chicken Tikka" }, - { id: "6", name: "Chicken Reshmi Kebab", price: "₹429", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg", imageAlt: "Chicken Reshmi Kebab" } + { id: "4", name: "Mushroom Tikka", price: "₹329", imageSrc: "http://img.b2bpic.net/free-photo/grilled-food-plate-grilling-tools_23-2148167601.jpg?_wi=3", imageAlt: "Mushroom Tikka" }, + { id: "5", name: "Chicken Tikka", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg?_wi=1", imageAlt: "Chicken Tikka" }, + { id: "6", name: "Chicken Reshmi Kebab", price: "₹429", imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg?_wi=2", imageAlt: "Chicken Reshmi Kebab" } ]} buttons={[ { text: "View Full Menu", href: "#" } -- 2.49.1