Update src/app/page.tsx

This commit is contained in:
2026-04-08 15:52:11 +00:00
parent 9003473aa9
commit 7e68d41464

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
handle: "@mariarossi",
testimonial: "The best authentic pizza I've had outside of Naples!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg?_wi=1",
imageAlt: "delicious fresh wood-fired pizza closeup",
},
{
@@ -68,7 +68,7 @@ export default function LandingPage() {
handle: "@johndoe",
testimonial: "Crispy crust and fresh toppings. Amazing experience every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-pepperoni-mushrooms_114579-4475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-pepperoni-mushrooms_114579-4475.jpg?_wi=1",
imageAlt: "classic pepperoni pizza with crust",
},
{
@@ -76,7 +76,7 @@ export default function LandingPage() {
handle: "@sarahsmith",
testimonial: "My family's new favorite pizza spot. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pizza-wooden-plate_181624-990.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-wooden-plate_181624-990.jpg?_wi=1",
imageAlt: "margherita pizza fresh basil mozzarella",
},
{
@@ -84,7 +84,7 @@ export default function LandingPage() {
handle: "@dbrown",
testimonial: "Prompt delivery and consistently delicious. Five stars!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-fruits-green-candies-chocolate-covered-strawberry-chopped-orange-bowls-berries-chocolate-sauce-wooden-kitchen-board_140725-110750.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-fruits-green-candies-chocolate-covered-strawberry-chopped-orange-bowls-berries-chocolate-sauce-wooden-kitchen-board_140725-110750.jpg?_wi=1",
imageAlt: "veggie pizza colorful vegetables healthy",
},
{
@@ -92,7 +92,7 @@ export default function LandingPage() {
handle: "@alice_w",
testimonial: "The quality of ingredients really shines through. Truly top-notch.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg?_wi=1",
imageAlt: "bbq chicken pizza tasty sauce",
},
]}
@@ -102,7 +102,7 @@ export default function LandingPage() {
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg"
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg?_wi=2"
imageAlt="Fresh wood-fired pizza"
avatars={[
{
@@ -166,25 +166,25 @@ export default function LandingPage() {
id: "1",
name: "Classic Pepperoni",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-pepperoni-mushrooms_114579-4475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-pepperoni-mushrooms_114579-4475.jpg?_wi=2",
},
{
id: "2",
name: "Margherita Delight",
price: "$16",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-wooden-plate_181624-990.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-wooden-plate_181624-990.jpg?_wi=2",
},
{
id: "3",
name: "Garden Fresh Veggie",
price: "$17",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-fruits-green-candies-chocolate-covered-strawberry-chopped-orange-bowls-berries-chocolate-sauce-wooden-kitchen-board_140725-110750.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-fruits-green-candies-chocolate-covered-strawberry-chopped-orange-bowls-berries-chocolate-sauce-wooden-kitchen-board_140725-110750.jpg?_wi=2",
},
{
id: "4",
name: "BBQ Chicken Feast",
price: "$19",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg?_wi=2",
},
{
id: "5",