From 90a581645e5ccf122058a95ed21decd94ec5f760 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:44:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9de9b44..0b53210 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@marco_r", testimonial: "The best wood-fired pizza I've had outside of Italy. Truly authentic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/halloween-outdoors-arrangement-with-caravan_23-2148670094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/halloween-outdoors-arrangement-with-caravan_23-2148670094.jpg?_wi=1", imageAlt: "wood fired pizza truck rustic", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@elena_b", testimonial: "Incredible textures and flavors. A must-try street food experience!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-dough-with-wooden-board-parmesan-cheese_23-2148753785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-dough-with-wooden-board-parmesan-cheese_23-2148753785.jpg?_wi=1", imageAlt: "wood fired pizza truck rustic", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@lucam", testimonial: "Simply delicious. The wood-fire flavor is unmistakable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vegetables-grey-wooden-surface_176420-6809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegetables-grey-wooden-surface_176420-6809.jpg?_wi=1", imageAlt: "wood fired pizza truck rustic", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@sofiac", testimonial: "Fantastic artisan quality on the go. Perfectly executed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208291.jpg?_wi=1", imageAlt: "wood fired pizza truck rustic", }, { @@ -99,11 +99,11 @@ export default function LandingPage() { handle: "@giuliaf", testimonial: "Authentic, fresh, and exceptionally flavorful. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893411.jpg?_wi=1", imageAlt: "wood fired pizza truck rustic", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/halloween-outdoors-arrangement-with-caravan_23-2148670094.jpg" + imageSrc="http://img.b2bpic.net/free-photo/halloween-outdoors-arrangement-with-caravan_23-2148670094.jpg?_wi=2" imageAlt="Wood fired street food truck" avatars={[ { @@ -162,7 +162,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Crafted with Tradition" description="At Salento Wood Fired Street Food, we honor old-world techniques. Using locally sourced ingredients and authentic wood-fired ovens, we bring the vibrant heart of Salento directly to the street, one slice at a time." - imageSrc="http://img.b2bpic.net/free-photo/high-angle-pizza-dough-with-wooden-board-parmesan-cheese_23-2148753785.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-pizza-dough-with-wooden-board-parmesan-cheese_23-2148753785.jpg?_wi=2" /> @@ -181,7 +181,7 @@ export default function LandingPage() { "Fresh", "Organic", ], - imageSrc: "http://img.b2bpic.net/free-photo/vegetables-grey-wooden-surface_176420-6809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegetables-grey-wooden-surface_176420-6809.jpg?_wi=2", }, { id: "feat-2", @@ -192,7 +192,7 @@ export default function LandingPage() { "Artisan", "Tradition", ], - imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208291.jpg?_wi=2", }, { id: "feat-3", @@ -203,7 +203,7 @@ export default function LandingPage() { "Crispy", "Delicious", ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893411.jpg?_wi=2", }, ]} title="Why Our Wood Fired Oven?" -- 2.49.1