Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-28 11:07:33 +00:00

View File

@@ -85,7 +85,7 @@ export default function LandingPage() {
title: "Handcrafted Pizza",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg"
imageSrc="http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg?_wi=1"
imageAlt="Our wood-fired oven"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -104,21 +104,21 @@ export default function LandingPage() {
name: "Margherita",
price: "€12.50",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg?_wi=2",
},
{
id: "p2",
name: "Diavola",
price: "€14.00",
variant: "Spicy",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg?_wi=3",
},
{
id: "p3",
name: "Quattro Formaggi",
price: "€15.50",
variant: "Cheesy",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg?_wi=4",
},
]}
title="Our Signature Pizzas"
@@ -137,7 +137,7 @@ export default function LandingPage() {
handle: "@sarahj",
testimonial: "The best pizza in Gouda by far! Feels just like Italy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg?_wi=1",
},
{
id: "2",
@@ -169,7 +169,7 @@ export default function LandingPage() {
handle: "@elenav",
testimonial: "An authentic Italian experience, the wood-fired flavor is unmatched!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg?_wi=2",
},
]}
showRating={true}