From 21804f1a2a53622ede41dc5efbf885aa9f264c79 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 03:46:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba94233..d42bffe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,53 +59,53 @@ export default function LandingPage() { description="Experience the soul of Sazón R.D. at La Pulpería. Where tradition meets modern elegance in every bite." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg?_wi=1", imageAlt: "Restaurant ambiance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg?_wi=1", imageAlt: "Chef preparation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg?_wi=2", imageAlt: "Dining area", }, { - imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg?_wi=2", imageAlt: "Culinary arts", }, { - imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg?_wi=3", imageAlt: "Table setting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg?_wi=3", imageAlt: "Modern interior", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg?_wi=4", imageAlt: "Gourmet dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg?_wi=4", imageAlt: "Traditional cuisine", }, { - imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg?_wi=5", imageAlt: "Signature plate", }, { - imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg?_wi=5", imageAlt: "Fresh ingredients", }, { - imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg?_wi=6", imageAlt: "Artistic plating", }, { - imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg?_wi=6", imageAlt: "Gourmet meal", }, ]} -- 2.49.1