Update src/app/page.tsx

This commit is contained in:
2026-03-25 05:39:21 +00:00
parent 9522fcbae6
commit d045fdf551

View File

@@ -192,7 +192,7 @@ export default function LandingPage() {
price: "$22.00",
rating: 5,
reviewCount: "2,130",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901113.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901113.jpg?_wi=1",
imageAlt: "Gourmet pepperoni pizza with glossy cheese",
},
{
@@ -222,7 +222,7 @@ export default function LandingPage() {
price: "$24.00",
rating: 4.5,
reviewCount: "980",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901113.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901113.jpg?_wi=2",
imageAlt: "Spicy buffalo chicken pizza",
},
]}
@@ -243,7 +243,7 @@ export default function LandingPage() {
quote: "This place is excellent! The pizza is so very tasty, and the atmosphere feels like a truly nice restaurant. Definitely my new favorite late-night spot.",
name: "Sarah J.",
role: "Food Critic",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25277.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25277.jpg?_wi=1",
imageAlt: "Sarah J. customer review",
},
{
@@ -279,7 +279,7 @@ export default function LandingPage() {
quote: "Hands down, the best pizza in town! Very tasty, excellent quality, and the restaurant is just so nice. It's a must-visit.",
name: "Jessica L.",
role: "Designer",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25277.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25277.jpg?_wi=2",
imageAlt: "Jessica L. customer review",
},
]}