From deb48c642ed37aaaeb3e5a85f62f65541f0c9778 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:01:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c37b7c2..25acfd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,16 +48,16 @@ export default function LandingPage() { description="Experience the true taste of Italy in Downingtown. Handcrafted pizzas made with the finest ingredients and traditional techniques. Serving our community since 2005." background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Wood-fired pizza with fresh toppings" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-vegetables_23-2148601650.jpg", imageAlt: "Gourmet pizza with premium ingredients" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-with-margherita-pizza-salad-pasta-wine_140725-7828.jpg", imageAlt: "Classic Carmine's signature pizza" }, - { imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-14109.jpg", imageAlt: "Pizza cooking in traditional oven" } + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg?_wi=1", imageAlt: "Wood-fired pizza with fresh toppings" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-vegetables_23-2148601650.jpg?_wi=1", imageAlt: "Gourmet pizza with premium ingredients" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-with-margherita-pizza-salad-pasta-wine_140725-7828.jpg?_wi=1", imageAlt: "Classic Carmine's signature pizza" }, + { imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-14109.jpg?_wi=1", imageAlt: "Pizza cooking in traditional oven" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-vegetables_23-2148601650.jpg", imageAlt: "Fresh mozzarella and basil pizza" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-with-margherita-pizza-salad-pasta-wine_140725-7828.jpg", imageAlt: "Crispy crust wood-fired pizza" }, - { imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-14109.jpg", imageAlt: "Chef preparing authentic pizza" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Delicious homemade pizza slice" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-vegetables_23-2148601650.jpg?_wi=2", imageAlt: "Fresh mozzarella and basil pizza" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-with-margherita-pizza-salad-pasta-wine_140725-7828.jpg?_wi=2", imageAlt: "Crispy crust wood-fired pizza" }, + { imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-14109.jpg?_wi=2", imageAlt: "Chef preparing authentic pizza" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg?_wi=2", imageAlt: "Delicious homemade pizza slice" } ]} carouselPosition="right" buttons={[ -- 2.49.1