From 53cca82c35fe9e404366461627ba9fe977992070 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 08:02:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a083198..2ea2698 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,11 +61,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg", imageAlt: "Restaurant ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=1", imageAlt: "Restaurant ambiance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg", imageAlt: "Delicious food platter"}, + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=2", imageAlt: "Delicious food platter"}, { - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg", imageAlt: "Warm interior design"}, + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=3", imageAlt: "Warm interior design"}, ]} mediaAnimation="slide-up" /> @@ -79,17 +79,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Tandoori Momos", price: "₹120", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg"}, + id: "1", name: "Tandoori Momos", price: "₹120", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg?_wi=1"}, { - id: "2", name: "Noodles", price: "₹150", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg"}, + id: "2", name: "Noodles", price: "₹150", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg?_wi=2"}, { - id: "3", name: "Paneer Items", price: "₹200", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg"}, + id: "3", name: "Paneer Items", price: "₹200", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg?_wi=3"}, { - id: "4", name: "Burger", price: "₹90", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg"}, + id: "4", name: "Burger", price: "₹90", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg?_wi=4"}, { - id: "5", name: "Rolls", price: "₹80", variant: "Fast Food", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg"}, + id: "5", name: "Rolls", price: "₹80", variant: "Fast Food", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg?_wi=5"}, { - id: "6", name: "Tea / Coffee", price: "₹40", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg"}, + id: "6", name: "Tea / Coffee", price: "₹40", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-bowl-sauce-chicken-with-herbs-lavash-cutting-board_140725-72540.jpg?_wi=6"}, ]} title="Popular Menu Items" description="Taste the variety of flavors we offer, from tandoori delights to street food favorites." @@ -112,13 +112,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", title: "Fresh Ingredients", description: "We use only the freshest produce to cook your meals.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg"}, + id: "f1", title: "Fresh Ingredients", description: "We use only the freshest produce to cook your meals.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=4"}, { - id: "f2", title: "Affordable Price", description: "Premium dining experience without breaking the bank.", tag: "Budget", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg"}, + id: "f2", title: "Affordable Price", description: "Premium dining experience without breaking the bank.", tag: "Budget", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=5"}, { - id: "f3", title: "Family Friendly", description: "A perfect space for families, couples, and friends.", tag: "Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg"}, + id: "f3", title: "Family Friendly", description: "A perfect space for families, couples, and friends.", tag: "Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=6"}, { - id: "f4", title: "Fast Service", description: "Quick and responsive service even during rush hours.", tag: "Speed", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg"}, + id: "f4", title: "Fast Service", description: "Quick and responsive service even during rush hours.", tag: "Speed", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261192.jpg?_wi=7"}, ]} title="Why Choose Us?" description="Here is why our guests love dining with us." @@ -134,19 +134,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah", role: "Foodie", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=1"}, { id: "2", name: "Rahul", role: "Student", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=2"}, { id: "3", name: "Amit", role: "Resident", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=3"}, { id: "4", name: "Sunita", role: "Homemaker", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=4"}, { id: "5", name: "Vikram", role: "Customer", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=5"}, ]} title="What Our Guests Say" description="Join 50+ satisfied customers who enjoy our food every day." -- 2.49.1