From 4de956bcec8a4dba4587fe0a0fe5748689b4fcb1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 15:56:45 +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 accd170..8d65958 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { text: "View Menu", href: "#menu"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/side-view-doner-kebab-wrapped-lavash-with-fresh-salad-wooden-board_140725-11924.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-doner-kebab-wrapped-lavash-with-fresh-salad-wooden-board_140725-11924.jpg?_wi=1" imageAlt="Our signature Yorkie Wrap" /> @@ -76,11 +76,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Classic Roast Beef Yorkie", price: "£8.50", imageSrc: "http://img.b2bpic.net/free-photo/melted-cheese-steak-sandwich_23-2151950532.jpg"}, + id: "1", name: "Classic Roast Beef Yorkie", price: "£8.50", imageSrc: "http://img.b2bpic.net/free-photo/melted-cheese-steak-sandwich_23-2151950532.jpg?_wi=1"}, { - id: "2", name: "Veggie Delight Wrap", price: "£7.95", imageSrc: "http://img.b2bpic.net/free-photo/delicious-jewish-meal-bowl-high-angle_23-2148814532.jpg"}, + id: "2", name: "Veggie Delight Wrap", price: "£7.95", imageSrc: "http://img.b2bpic.net/free-photo/delicious-jewish-meal-bowl-high-angle_23-2148814532.jpg?_wi=1"}, { - id: "3", name: "Chicken & Stuffing Wrap", price: "£8.25", imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-appetizing-croissant-with-salami-cheese-tomatoes_2829-5529.jpg"}, + id: "3", name: "Chicken & Stuffing Wrap", price: "£8.25", imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-appetizing-croissant-with-salami-cheese-tomatoes_2829-5529.jpg?_wi=1"}, ]} title="Our Signature Menu" description="Discover our collection of handcrafted, savory wraps inspired by traditional Sunday roasts." @@ -128,13 +128,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891087.jpg?_wi=1"}, { id: "2", name: "Mark S.", handle: "@foodieessex", testimonial: "Proper homemade gravy and fresh ingredients. A true gem in Brentwood.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-couple-eating-hot-dog-spending-time-with-pleasure-outdoors-summertime_8353-6324.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-couple-eating-hot-dog-spending-time-with-pleasure-outdoors-summertime_8353-6324.jpg?_wi=1"}, { id: "3", name: "Sarah W.", handle: "@dailybite", testimonial: "Came for the wrap, stayed for the atmosphere. Will definitely be coming back!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-eating-croissant-while-listening-music-earphones-outdoor-cafe_637285-3443.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-eating-croissant-while-listening-music-earphones-outdoor-cafe_637285-3443.jpg?_wi=1"}, { id: "4", name: "Paul L.", handle: "@sundaylunch", testimonial: "Such a lovely local shop. You can taste the love in every bite.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-with-food_23-2148899066.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-with-food_23-2148899066.jpg?_wi=1"}, { id: "5", name: "Emma R.", handle: "@essexfoodie", testimonial: "A unique concept executed perfectly. The Yorkie wrap is the ultimate comfort food.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891087.jpg?_wi=2"}, @@ -154,4 +154,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file