From d2d9ce68211a65f5b1ae7107ab6b4d5bbb824c08 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:30:53 +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 239f2de..a3a98ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,7 @@ export default function LandingPage() { price: "৳250", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-burger-her-hands_140725-3848.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-burger-her-hands_140725-3848.jpg?_wi=1", }, { id: "p2", @@ -123,7 +123,7 @@ export default function LandingPage() { price: "৳220", rating: 4, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger-with-salad-sesame-seeds_23-2148699054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger-with-salad-sesame-seeds_23-2148699054.jpg?_wi=1", }, { id: "p3", @@ -150,7 +150,7 @@ export default function LandingPage() { price: "৳750", rating: 5, reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-psd/fast-food-template-design_23-2150759652.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/fast-food-template-design_23-2150759652.jpg?_wi=1", }, { id: "p6", @@ -176,19 +176,19 @@ export default function LandingPage() { id: 1, title: "Mid-Week Special", description: "Buy one get one free on all classic burgers every Wednesday!", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-burger-her-hands_140725-3848.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-burger-her-hands_140725-3848.jpg?_wi=2", }, { id: 2, title: "Combo Deal", description: "Get a burger, fries, and drink at 20% off every weekend.", - imageSrc: "http://img.b2bpic.net/free-psd/fast-food-template-design_23-2150759652.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/fast-food-template-design_23-2150759652.jpg?_wi=2", }, { id: 3, title: "Student Discount", description: "Present your ID and enjoy 10% off your total order anytime.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger-with-salad-sesame-seeds_23-2148699054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger-with-salad-sesame-seeds_23-2148699054.jpg?_wi=2", }, ]} title="Special Offers & Deals" @@ -207,7 +207,7 @@ export default function LandingPage() { name: "Rahim Khan", handle: "@rahimk", testimonial: "The best burger I have ever tasted in Sylhet. Juicy and perfectly cooked!", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-eating-food_23-2148899023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-eating-food_23-2148899023.jpg?_wi=1", }, { id: "2", @@ -235,7 +235,7 @@ export default function LandingPage() { name: "Karim J.", handle: "@karimj", testimonial: "Incredible taste and super quick service every time I visit.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-eating-food_23-2148899023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-eating-food_23-2148899023.jpg?_wi=2", }, ]} title="What Our Foodies Say" -- 2.49.1