From 12bb3e575b5e8b06186a80bbc301e89d5f6de1b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:31:43 +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 67eb073..9a64c19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function MissouriBakingCoPage() { { text: "Find Us", href: "#hours" }, ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/whole-grain-rustic-loaves-bread-with-white-flowers_23-2147975195.jpg" + imageSrc="http://img.b2bpic.net/free-photo/whole-grain-rustic-loaves-bread-with-white-flowers_23-2147975195.jpg?_wi=1" imageAlt="Missouri Baking Co. authentic Italian bakery interior" frameStyle="card" mediaAnimation="slide-up" @@ -96,13 +96,13 @@ export default function MissouriBakingCoPage() { tag="Reviews" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "Regular since 2010", testimonial: "The best Italian cookies are found here. I come by every Saturday without fail.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-positive-guy-approving-new-eyeglasses_1262-14230.jpg", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", handle: "Regular since 2010", testimonial: "The best Italian cookies are found here. I come by every Saturday without fail.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-positive-guy-approving-new-eyeglasses_1262-14230.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", handle: "Family tradition", testimonial: "Delicious cakes, especially the gooey butter cake. Three generations of my family have shopped here.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen"}, { id: "3", name: "Emily Rodriguez", handle: "Neighborhood favorite", testimonial: "Great bread and cookies. A family tradition and a genuine neighborhood gem.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Emily Rodriguez"}, { - id: "4", name: "David Kim", handle: "Authentic Italian", testimonial: "These are the most authentic Italian pastries I've found anywhere. Quality you can taste.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-positive-guy-approving-new-eyeglasses_1262-14230.jpg", imageAlt: "David Kim"}, + id: "4", name: "David Kim", handle: "Authentic Italian", testimonial: "These are the most authentic Italian pastries I've found anywhere. Quality you can taste.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-positive-guy-approving-new-eyeglasses_1262-14230.jpg?_wi=2", imageAlt: "David Kim"}, { id: "5", name: "Lisa Maria", handle: "The Hill resident", testimonial: "Fresh baked goods daily. The friendly service and authentic recipes keep me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12703.jpg", imageAlt: "Lisa Maria"}, { @@ -122,9 +122,9 @@ export default function MissouriBakingCoPage() { tag="Location & Hours" metrics={[ { - id: "1", value: "2027 Edwards St", title: "The Hill", description: "Historic Italian district in St. Louis, MO 63110", imageSrc: "http://img.b2bpic.net/free-photo/coffee-glass-cabinet-with-baked-food_23-2147892913.jpg", imageAlt: "Missouri Baking Co. storefront"}, + id: "1", value: "2027 Edwards St", title: "The Hill", description: "Historic Italian district in St. Louis, MO 63110", imageSrc: "http://img.b2bpic.net/free-photo/coffee-glass-cabinet-with-baked-food_23-2147892913.jpg?_wi=1", imageAlt: "Missouri Baking Co. storefront"}, { - id: "2", value: "Tue-Sat", title: "8 AM - 4 PM", description: "Fresh pastries available daily. Cash only. Parking nearby.", imageSrc: "http://img.b2bpic.net/free-photo/whole-grain-rustic-loaves-bread-with-white-flowers_23-2147975195.jpg", imageAlt: "Bakery pastry display"}, + id: "2", value: "Tue-Sat", title: "8 AM - 4 PM", description: "Fresh pastries available daily. Cash only. Parking nearby.", imageSrc: "http://img.b2bpic.net/free-photo/whole-grain-rustic-loaves-bread-with-white-flowers_23-2147975195.jpg?_wi=2", imageAlt: "Bakery pastry display"}, ]} animationType="slide-up" textboxLayout="default" @@ -145,7 +145,7 @@ export default function MissouriBakingCoPage() { required: true, }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/coffee-glass-cabinet-with-baked-food_23-2147892913.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coffee-glass-cabinet-with-baked-food_23-2147892913.jpg?_wi=2" imageAlt="Missouri Baking Co. warm bakery interior" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1