From 6399db09bf45183388c5c9ade6a490409cb703f5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 03:47:16 +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 9beedc9..08aa0ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,20 +45,20 @@ export default function LandingPage() { title="Authentic Dominican Gastronomy" 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", imageAlt: "Restaurant ambiance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", imageAlt: "Chef preparation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", imageAlt: "Dining area" }, - { imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", imageAlt: "Culinary arts" }, - { imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", imageAlt: "Table setting" }, - { imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", imageAlt: "Modern interior" }, + { 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?_wi=1", imageAlt: "Chef preparation" }, + { 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?_wi=2", imageAlt: "Culinary arts" }, + { 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?_wi=3", imageAlt: "Modern interior" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", imageAlt: "Gourmet dish" }, - { imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", imageAlt: "Traditional cuisine" }, - { imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", imageAlt: "Signature plate" }, - { imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", imageAlt: "Fresh ingredients" }, - { imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", imageAlt: "Artistic plating" }, - { imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", imageAlt: "Gourmet meal" }, + { 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?_wi=4", imageAlt: "Traditional cuisine" }, + { 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?_wi=5", imageAlt: "Fresh ingredients" }, + { 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?_wi=6", imageAlt: "Gourmet meal" }, ]} buttons={[{ text: "Reserve a Table", href: "#contact" }]} /> -- 2.49.1