diff --git a/src/app/page.tsx b/src/app/page.tsx index e4e3e11..4038010 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"}, ], }, ]} @@ -130,11 +130,11 @@ export default function LandingPage() { { id: "1", name: "Maria Rodriguez", role: "Local", company: "Manhattan", rating: 5, 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"}, + 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?_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"}, + 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?_wi=2", imageAlt: "David Park"}, ]} kpiItems={[ { value: "15+", label: "Years Serving NYC" },