From f2fd604802312a8bb2e39f222b03e5c8e2ae5450 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 16:01:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f02060..86c489a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg?_wi=1" imageAlt="Nomads Cafe exterior" /> @@ -99,21 +99,21 @@ export default function LandingPage() { name: "Cancun Pizza", price: "₹450", variant: "Wood-fired", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arugula-pizza-with-cheese_23-2148574278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-arugula-pizza-with-cheese_23-2148574278.jpg?_wi=1", }, { id: "p2", name: "Alfredo Pasta", price: "₹380", variant: "Creamy", - imageSrc: "http://img.b2bpic.net/free-photo/authentic-italian-pasta_24972-2338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/authentic-italian-pasta_24972-2338.jpg?_wi=1", }, { id: "p3", name: "Nutella Cheesecake", price: "₹250", variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-creamy-cake-with-chocolate-cookies-dark-background-biscuit-sugar-cake-sweet-pie_140725-115797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-creamy-cake-with-chocolate-cookies-dark-background-biscuit-sugar-cake-sweet-pie_140725-115797.jpg?_wi=1", }, ]} title="Signature Menu" @@ -132,7 +132,7 @@ export default function LandingPage() { description: "Designed for relaxation.", bentoComponent: "reveal-icon", icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg?_wi=2", imageAlt: "cozy cafe interior greenery warm lighting", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { description: "Crafted with passion.", bentoComponent: "reveal-icon", icon: Pizza, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arugula-pizza-with-cheese_23-2148574278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-arugula-pizza-with-cheese_23-2148574278.jpg?_wi=2", imageAlt: "gourmet wood fired pizza rustic plating", }, ]} @@ -169,7 +169,7 @@ export default function LandingPage() { role: "Foodie", company: "Surat", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg?_wi=1", }, { id: "2", @@ -201,7 +201,7 @@ export default function LandingPage() { role: "Local", company: "Surat", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg?_wi=2", }, ]} kpiItems={[ @@ -244,7 +244,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-women-drinking-iced-coffee_23-2149624062.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/authentic-italian-pasta_24972-2338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/authentic-italian-pasta_24972-2338.jpg?_wi=2", imageAlt: "creamy alfredo pasta bowl", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-creamy-cake-with-chocolate-cookies-dark-background-biscuit-sugar-cake-sweet-pie_140725-115797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-creamy-cake-with-chocolate-cookies-dark-background-biscuit-sugar-cake-sweet-pie_140725-115797.jpg?_wi=2", imageAlt: "nutella cheesecake dessert slice", }, ]} -- 2.49.1