From 66e614b22555141218385b90ae647312023accd7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 16:31: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 250db28..f573569 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,27 +83,27 @@ export default function LandingPage() { title: "Authentic Recipes", description: "From chorizo con huevo to machaca burritos, every dish reflects true Mexican heritage.", icon: Utensils, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg?_wi=2"}, ], }, { title: "Family Atmosphere", description: "Friendly staff and a cozy, welcoming environment that feels like home.", icon: Home, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-dinner-dining-room-focus-is-woman-serving-food-table_637285-3670.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-dinner-dining-room-focus-is-woman-serving-food-table_637285-3670.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-dinner-dining-room-focus-is-woman-serving-food-table_637285-3670.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-dinner-dining-room-focus-is-woman-serving-food-table_637285-3670.jpg?_wi=2"}, ], }, { title: "Unbeatable Value", description: "Large portions, affordable prices, and meals that keep you satisfied all day.", icon: DollarSign, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-near-blackboard_23-2147740716.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-near-blackboard_23-2147740716.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-near-blackboard_23-2147740716.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-near-blackboard_23-2147740716.jpg?_wi=2"}, ], }, ]} @@ -119,7 +119,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Amazing Mexican dishes — making tacos from the plate was incredible.", imageSrc: "http://img.b2bpic.net/free-photo/eating-salad-healthy-food-people_1303-1564.jpg"}, + id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Amazing Mexican dishes — making tacos from the plate was incredible.", imageSrc: "http://img.b2bpic.net/free-photo/eating-salad-healthy-food-people_1303-1564.jpg?_wi=1"}, { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Incredibly friendly service and a homey atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-woman-with-tan-sitting-t-shirt-cafe-terrace-eating-breakfast-drinking-coffee_197531-22524.jpg"}, { @@ -127,7 +127,7 @@ export default function LandingPage() { { id: "4", name: "David Kim", handle: "@dkim", testimonial: "A hidden gem with welcoming staff and delicious food.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-happy-people-having-fun-while-toasting-with-wine-lunch-dining-table_637285-3566.jpg"}, { - id: "5", name: "Maria Lopez", handle: "@marialopez", testimonial: "The mole is to die for, just like my grandmother's cooking!", imageSrc: "http://img.b2bpic.net/free-photo/eating-salad-healthy-food-people_1303-1564.jpg"}, + id: "5", name: "Maria Lopez", handle: "@marialopez", testimonial: "The mole is to die for, just like my grandmother's cooking!", imageSrc: "http://img.b2bpic.net/free-photo/eating-salad-healthy-food-people_1303-1564.jpg?_wi=2"}, ]} title="What People Are Saying" description="Join our community of happy diners." -- 2.49.1