From eec9b1a49651951de5891cd64fd9da4c72eaa3a4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:08:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5ca6be..d2b427d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { value: "100%", title: "Fresh Ingredients" }, { value: "Daily", 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" @@ -74,9 +74,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Margherita", price: "€12.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg" }, - { id: "p2", name: "Diavola", price: "€14.00", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg" }, - { 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" }, + { id: "p1", name: "Margherita", price: "€12.50", variant: "Classic", 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?_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?_wi=4" }, ]} title="Our Signature Pizzas" description="Taste the tradition with our hand-stretched pizzas prepared in an authentic stone oven." @@ -89,11 +89,11 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" testimonials={[ - { id: "1", name: "Sarah Johnson", 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" }, + { id: "1", name: "Sarah Johnson", 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?_wi=1" }, { id: "2", name: "Marco Rossi", handle: "@marco_r", testimonial: "Authentic taste and wonderful service. A true gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517446.jpg" }, { id: "3", name: "Emma Brown", handle: "@emmapizza", testimonial: "Wonderful atmosphere and even better food. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166213.jpg" }, { id: "4", name: "David Smith", handle: "@davids", testimonial: "Classic ingredients, perfect crust. My go-to spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-man-pointing-his-empty-glass-restaurant_23-2149316805.jpg" }, - { id: "5", name: "Elena V.", 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" }, + { id: "5", name: "Elena V.", 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?_wi=2" }, ]} showRating={true} title="What Our Guests Say" -- 2.49.1