From e19a4efb07c34e68e89bc35e058b89e7e08f3d1b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 06:27:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4651885..6fd1d60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "tel:+919731655707", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/two-attractive-girls-sitting-cafe-drinking-wine_1303-24353.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-attractive-girls-sitting-cafe-drinking-wine_1303-24353.jpg?_wi=1" imageAlt="Cafe interior with warm rustic lighting and wine bar atmosphere" /> @@ -109,37 +109,37 @@ export default function LandingPage() { id: "1", name: "Harissa Chicken Pizza", price: "₹695", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fresh-cheese_23-2149668843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fresh-cheese_23-2149668843.jpg?_wi=1", }, { id: "2", name: "Tenderloin Steak", price: "₹675", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fresh-cheese_23-2149668843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fresh-cheese_23-2149668843.jpg?_wi=2", }, { id: "3", name: "Fish and Chips", price: "₹475", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fresh-cheese_23-2149668843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fresh-cheese_23-2149668843.jpg?_wi=3", }, { id: "4", name: "Cheese Platter", price: "₹750", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fresh-cheese_23-2149668843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fresh-cheese_23-2149668843.jpg?_wi=4", }, { id: "5", name: "Burrata Salad", price: "₹450", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fresh-cheese_23-2149668843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fresh-cheese_23-2149668843.jpg?_wi=5", }, { id: "6", name: "Signature Mulled Wine", price: "Market", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fresh-cheese_23-2149668843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fresh-cheese_23-2149668843.jpg?_wi=6", }, ]} title="Menu Highlights" @@ -158,7 +158,7 @@ export default function LandingPage() { name: "Ananya P.", handle: "@foodie", testimonial: "The mango coconut thai curry is absolutely divine!", - imageSrc: "http://img.b2bpic.net/free-photo/two-attractive-girls-sitting-cafe-drinking-wine_1303-24353.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-attractive-girls-sitting-cafe-drinking-wine_1303-24353.jpg?_wi=2", imageAlt: "cafe interior warm rustic lighting", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { name: "Rohan V.", handle: "@wineenthusiast", testimonial: "Hands down the best variety of wine in the city.", - imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=1", imageAlt: "cafe reclaimed wood interior design", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { name: "Sita K.", handle: "@local", testimonial: "Quaint vibe, cute porch, and perfect coffee.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fresh-cheese_23-2149668843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fresh-cheese_23-2149668843.jpg?_wi=7", imageAlt: "gourmet pizza rustic cafe style", }, { @@ -182,7 +182,7 @@ export default function LandingPage() { name: "Vikram M.", handle: "@regular", testimonial: "Great ambiance, always a pleasant long lunch here.", - imageSrc: "http://img.b2bpic.net/free-photo/two-attractive-girls-sitting-cafe-drinking-wine_1303-24353.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-attractive-girls-sitting-cafe-drinking-wine_1303-24353.jpg?_wi=3", imageAlt: "cafe interior warm rustic lighting", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { name: "Deepa L.", handle: "@foodblogger", testimonial: "The open kitchen adds such a lovely energy!", - imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=2", imageAlt: "cafe reclaimed wood interior design", }, ]} -- 2.49.1