From 472eaa3813a846fa15197f204deced98734aeaeb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 05:17:19 +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 24c7dfd..958adba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,11 +75,11 @@ export default function LandingPage() { imageAlt: "Oven Hot Pizza", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-pizza-composition_23-2148921304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-pizza-composition_23-2148921304.jpg?_wi=1", imageAlt: "Margherita Pizza", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-square-pizza-with-avocado_23-2149294909.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-square-pizza-with-avocado_23-2149294909.jpg?_wi=1", imageAlt: "Paneer Pizza", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { imageAlt: "Cheese Pull", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-red-pepper-slice-plate_23-2148765351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-red-pepper-slice-plate_23-2148765351.jpg?_wi=1", imageAlt: "Ultimate Pizza", }, ]} @@ -140,7 +140,7 @@ export default function LandingPage() { price: "₹149", rating: 5, reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-pizza-composition_23-2148921304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-pizza-composition_23-2148921304.jpg?_wi=2", }, { id: "p2", @@ -149,7 +149,7 @@ export default function LandingPage() { price: "₹249", rating: 5, reviewCount: "85+", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-square-pizza-with-avocado_23-2149294909.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-square-pizza-with-avocado_23-2149294909.jpg?_wi=2", }, { id: "p3", @@ -158,7 +158,7 @@ export default function LandingPage() { price: "₹299", rating: 4, reviewCount: "95+", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-red-pepper-slice-plate_23-2148765351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-red-pepper-slice-plate_23-2148765351.jpg?_wi=2", }, ]} title="Our Pizza Menu" @@ -266,7 +266,7 @@ export default function LandingPage() { quote: "Fantastic taste and good service every time!", name: "Rahul", role: "Student", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-satisfied-africanamerican-female-student-showing-thumbsup-winking-smiling_1258-148876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-satisfied-africanamerican-female-student-showing-thumbsup-winking-smiling_1258-148876.jpg?_wi=1", }, { id: "t2", @@ -298,7 +298,7 @@ export default function LandingPage() { quote: "The pizza is always hot and the crust is perfect. My favorite spot in the city.", name: "Vikram", role: "Frequent Customer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-satisfied-africanamerican-female-student-showing-thumbsup-winking-smiling_1258-148876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-satisfied-africanamerican-female-student-showing-thumbsup-winking-smiling_1258-148876.jpg?_wi=2", }, ]} title="What Our Customers Say" -- 2.49.1