From 861c20942aa792f166eddb2f67cf990c02e3c672 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:39:24 +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 ec991a0..b15ca36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,18 +77,18 @@ export default function LandingPage() { title: "Premium Ingredients", description: "Fresh mozzarella, San Marzano tomatoes, and locally-sourced vegetables every single day", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-with-copy-space_23-2148253277.jpg", imageAlt: "Fresh ingredients"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-with-copy-space_23-2148253277.jpg?_wi=1", imageAlt: "Fresh ingredients"}, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Pizza oven"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg?_wi=1", imageAlt: "Pizza oven"}, ], }, { title: "Traditional Techniques", description: "Wood-fired oven at 900°F for authentic taste and perfect crust every time", icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Traditional oven"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg?_wi=2", imageAlt: "Traditional oven"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-with-copy-space_23-2148253277.jpg", imageAlt: "Fresh preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-with-copy-space_23-2148253277.jpg?_wi=2", imageAlt: "Fresh preparation"}, ], }, ]} @@ -132,13 +132,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "Maria Rodriguez"}, { id: "2", name: "James Chen", role: "Regular", company: "Brooklyn", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg", imageAlt: "James Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=1", imageAlt: "James Chen"}, { id: "3", name: "Sofia Montoya", role: "Food Critic", company: "NYC Food Blog", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg", imageAlt: "Sofia Montoya"}, { id: "4", name: "David Park", role: "Frequent Guest", company: "Queens", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg", imageAlt: "David Park"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=2", imageAlt: "David Park"}, ]} kpiItems={[ { value: "15+", label: "Years Serving NYC" }, -- 2.49.1