From 4731f039e86d660d69465a1db9895d72fc28eb90 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 01:34:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c524e13..7a3e3f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg?_wi=1" imageAlt="Andaluz warm restaurant interior" /> @@ -79,7 +79,7 @@ export default function LandingPage() { title="A Legacy of Flavor" description="Andaluz was born from a desire to bring the warmth of our family table to the heart of the city. We honor the deep Old World heritage of Andalusia, creating a space where authentic recipes, live music, and heartfelt hospitality thrive until the late hours." tag="Our Story" - imageSrc="http://img.b2bpic.net/free-photo/woman-putting-yogurt-stuffed-grape-leaves-dolma_140725-5314.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-putting-yogurt-stuffed-grape-leaves-dolma_140725-5314.jpg?_wi=1" imageAlt="Traditional authentic kitchen preparation" /> @@ -96,19 +96,19 @@ export default function LandingPage() { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg?_wi=1", imageAlt: "Quesabirria", }, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg?_wi=2", imageAlt: "Quesabirria", }, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg?_wi=3", imageAlt: "Quesabirria", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg?_wi=2", imageAlt: "elegant rustic dining restaurant atmosphere", }, { @@ -117,19 +117,19 @@ export default function LandingPage() { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614437.jpg?_wi=1", imageAlt: "Fajitas", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614437.jpg?_wi=2", imageAlt: "Fajitas", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614437.jpg?_wi=3", imageAlt: "Fajitas", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-yogurt-stuffed-grape-leaves-dolma_140725-5314.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-yogurt-stuffed-grape-leaves-dolma_140725-5314.jpg?_wi=2", imageAlt: "family owned restaurant traditional kitchen", }, { @@ -138,19 +138,19 @@ export default function LandingPage() { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-peruvian-ceviche-sea-bass-fillet-wooden-table_123827-35772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-peruvian-ceviche-sea-bass-fillet-wooden-table_123827-35772.jpg?_wi=1", imageAlt: "Aguachiles", }, { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-peruvian-ceviche-sea-bass-fillet-wooden-table_123827-35772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-peruvian-ceviche-sea-bass-fillet-wooden-table_123827-35772.jpg?_wi=2", imageAlt: "Aguachiles", }, { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-peruvian-ceviche-sea-bass-fillet-wooden-table_123827-35772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-peruvian-ceviche-sea-bass-fillet-wooden-table_123827-35772.jpg?_wi=3", imageAlt: "Aguachiles", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949078.jpg?_wi=4", imageAlt: "quesabirria tacos authentic mexican style", }, ]} -- 2.49.1