From 9a0a45ec0f2ff71dcbd480f2300c58eaa292cd57 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:34:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cade7b..277e062 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { title="Authentic Local Pizza" description="Mikey's brings the traditional taste of Italy to your neighborhood with fresh ingredients, house-made dough, and perfectly melted cheese." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900878.jpg", imageAlt: "Fresh pizza" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg", imageAlt: "Chef baking" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900878.jpg?_wi=1", imageAlt: "Fresh pizza" }, + { imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg?_wi=1", imageAlt: "Chef baking" }, { imageSrc: "http://img.b2bpic.net/free-photo/yummy-bun-rusted-table-top-view_23-2148229083.jpg", imageAlt: "Dough preparation" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-slice-pizza-dark-background_23-2147922404.jpg", imageAlt: "Pizza pull" }, { imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134263.jpg", imageAlt: "Pizzeria interior" }, @@ -108,8 +108,8 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { tag: "Fresh", title: "Fresh Ingredients", subtitle: "Local", description: "We source vegetables and dairy from local farms daily.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-baker-s-hand-flattening-dough-with-rolling-pin_23-2147926687.jpg", imageAlt: "chef preparing fresh pizza" }, - { tag: "Craft", title: "Hand-Stretched", subtitle: "Dough", description: "Our dough is proofed for 48 hours for optimal crust.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900878.jpg", imageAlt: "chef preparing fresh pizza" }, - { tag: "Fast", title: "Quick Delivery", subtitle: "Service", description: "Hot and fresh to your doorstep within 30 minutes.", imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg", imageAlt: "chef preparing fresh pizza" }, + { tag: "Craft", title: "Hand-Stretched", subtitle: "Dough", description: "Our dough is proofed for 48 hours for optimal crust.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150900878.jpg?_wi=2", imageAlt: "chef preparing fresh pizza" }, + { tag: "Fast", title: "Quick Delivery", subtitle: "Service", description: "Hot and fresh to your doorstep within 30 minutes.", imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg?_wi=2", imageAlt: "chef preparing fresh pizza" }, ]} title="Why Mikey's?" description="Experience the difference of authentic, local craft." -- 2.49.1