From ca6182523e170f134333084c11d17b2f16c43fad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:39: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 bc4f36a..659b5ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Brand Story" description="At Rustic Punjab, we celebrate the vibrant soul of Ludhiana through time-honored recipes. Our family-friendly restaurant brings you authentic North Indian cuisine crafted with love, aromatic spices, and warm Punjabi hospitality. Nestled in Gurdev Nagar, we provide a cozy sanctuary for those who crave a truly memorable dining experience." - imageSrc="http://img.b2bpic.net/free-photo/side-view-wild-berries-clay-pot-table_141793-3800.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-wild-berries-clay-pot-table_141793-3800.jpg?_wi=1" /> @@ -101,7 +101,7 @@ export default function LandingPage() { ], reverse: false, media: { - imageSrc: "http://img.b2bpic.net/free-photo/pav-bhaji-with-butter-cilantro_23-2151996229.jpg"} + imageSrc: "http://img.b2bpic.net/free-photo/pav-bhaji-with-butter-cilantro_23-2151996229.jpg?_wi=1"} }, { title: "Cozy Ambience", description: "Relax in our rustic, family-friendly setting.", items: [ @@ -114,7 +114,7 @@ export default function LandingPage() { ], reverse: true, media: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-wild-berries-clay-pot-table_141793-3800.jpg"} + imageSrc: "http://img.b2bpic.net/free-photo/side-view-wild-berries-clay-pot-table_141793-3800.jpg?_wi=2"} }, { title: "Convenient Services", description: "Dine-in, drive-through, or no-contact delivery.", items: [ @@ -127,7 +127,7 @@ export default function LandingPage() { ], reverse: false, media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-cutlets-with-fresh-salad-grey-desk-photo-food-dish-meat_140725-46942.jpg"} + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-cutlets-with-fresh-salad-grey-desk-photo-food-dish-meat_140725-46942.jpg?_wi=1"} }, ]} title="Why Choose Us" @@ -143,9 +143,9 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Butter Pav Bhaji", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/pav-bhaji-with-butter-cilantro_23-2151996229.jpg"}, + id: "p1", name: "Butter Pav Bhaji", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/pav-bhaji-with-butter-cilantro_23-2151996229.jpg?_wi=2"}, { - id: "p2", name: "Tandoori Platter", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-cutlets-with-fresh-salad-grey-desk-photo-food-dish-meat_140725-46942.jpg"}, + id: "p2", name: "Tandoori Platter", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-cutlets-with-fresh-salad-grey-desk-photo-food-dish-meat_140725-46942.jpg?_wi=2"}, { id: "p3", name: "Dal Makhani", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-soup-with-seasonings-grey-space_140725-79501.jpg"}, { @@ -169,9 +169,9 @@ export default function LandingPage() { { id: "t2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187164.jpg"}, { - id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg"}, + id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg?_wi=1"}, { - id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg"}, + id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg?_wi=2"}, { id: "t5", name: "Priya S.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-couple-sitting-with-arms-around_1170-535.jpg"}, ]} -- 2.49.1