From a10fb4edb8a50313601dc42e54667ad710290feb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:54:48 +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 74413e5..1198be9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,16 +48,16 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-food-composition_23-2147740722.jpg", imageAlt: "Sizzling carne asada on the grill" + imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-food-composition_23-2147740722.jpg?_wi=1", imageAlt: "Sizzling carne asada on the grill" }, { - imageSrc: "http://img.b2bpic.net/free-photo/tacos-dish-napkin-near-vegetables-sauces_23-2148132066.jpg", imageAlt: "Warm restaurant interior with family dining" + imageSrc: "http://img.b2bpic.net/free-photo/tacos-dish-napkin-near-vegetables-sauces_23-2148132066.jpg?_wi=1", imageAlt: "Warm restaurant interior with family dining" }, { - imageSrc: "http://img.b2bpic.net/free-photo/family-kitchen_1303-4815.jpg", imageAlt: "Fresh homemade tacos with vibrant toppings" + imageSrc: "http://img.b2bpic.net/free-photo/family-kitchen_1303-4815.jpg?_wi=1", imageAlt: "Fresh homemade tacos with vibrant toppings" }, { - imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition-with-left-copy-space_23-2147640345.jpg", imageAlt: "Chef preparing traditional Mexican dishes" + imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition-with-left-copy-space_23-2147640345.jpg?_wi=1", imageAlt: "Chef preparing traditional Mexican dishes" }, ]} buttons={[ @@ -90,19 +90,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Homemade Fresh Daily", description: "Every salsa, mole, and sauce is prepared fresh each morning using recipes passed down for three generations. No shortcuts, no preservatives—just authentic family tradition.", imageSrc: "http://img.b2bpic.net/free-photo/family-kitchen_1303-4815.jpg" + title: "Homemade Fresh Daily", description: "Every salsa, mole, and sauce is prepared fresh each morning using recipes passed down for three generations. No shortcuts, no preservatives—just authentic family tradition.", imageSrc: "http://img.b2bpic.net/free-photo/family-kitchen_1303-4815.jpg?_wi=2" }, { id: 2, - title: "Premium Local Ingredients", description: "We source carne asada, fresh produce, and spices directly from trusted local suppliers. Quality ingredients are the foundation of exceptional flavor.", imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-food-composition_23-2147740722.jpg" + title: "Premium Local Ingredients", description: "We source carne asada, fresh produce, and spices directly from trusted local suppliers. Quality ingredients are the foundation of exceptional flavor.", imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-food-composition_23-2147740722.jpg?_wi=2" }, { id: 3, - title: "Traditional Cooking Methods", description: "Our open kitchen showcases traditional grilling, stone-grinding, and slow-cooking techniques that bring out authentic flavors impossible to replicate any other way.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-dish-napkin-near-vegetables-sauces_23-2148132066.jpg" + title: "Traditional Cooking Methods", description: "Our open kitchen showcases traditional grilling, stone-grinding, and slow-cooking techniques that bring out authentic flavors impossible to replicate any other way.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-dish-napkin-near-vegetables-sauces_23-2148132066.jpg?_wi=2" }, { id: 4, - title: "Community-Focused Service", description: "We're not just a restaurant—we're a gathering place for the Los Angeles community. Every guest is treated like family, and we remember your favorite order.", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition-with-left-copy-space_23-2147640345.jpg" + title: "Community-Focused Service", description: "We're not just a restaurant—we're a gathering place for the Los Angeles community. Every guest is treated like family, and we remember your favorite order.", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition-with-left-copy-space_23-2147640345.jpg?_wi=2" }, ]} textboxLayout="default" -- 2.49.1