From 15b17c8f6e3c40331c1f171930908629a1d5fc9d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 18:38:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ee3401..1b761c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,12 +45,12 @@ export default function LandingPage() { description="Authentic Italian atmosphere meets modern comfort. Everyone welcome here—from first-time visitors to regulars. Cocktails, karaoke, and genuine hospitality every night." background={{ variant: "gradient-bars" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/assortment-raw-meat-with-wineglass_23-2147840855.jpg", imageAlt: "Patrons enjoying drinks in a cozy italian bar atmosphere" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dried-fruits-plate-with-almond-raisins-walnut-served-with-liquor_140725-1527.jpg", imageAlt: "Warm rustic italian bar interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/assortment-raw-meat-with-wineglass_23-2147840855.jpg?_wi=1", imageAlt: "Patrons enjoying drinks in a cozy italian bar atmosphere" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dried-fruits-plate-with-almond-raisins-walnut-served-with-liquor_140725-1527.jpg?_wi=1", imageAlt: "Warm rustic italian bar interior" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/dried-fruits-plate-with-almond-raisins-walnut-served-with-liquor_140725-1527.jpg", imageAlt: "Traditional bar decor in italy" }, - { imageSrc: "http://img.b2bpic.net/free-photo/assortment-raw-meat-with-wineglass_23-2147840855.jpg", imageAlt: "Authentic italian country bar crowd" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dried-fruits-plate-with-almond-raisins-walnut-served-with-liquor_140725-1527.jpg?_wi=2", imageAlt: "Traditional bar decor in italy" }, + { imageSrc: "http://img.b2bpic.net/free-photo/assortment-raw-meat-with-wineglass_23-2147840855.jpg?_wi=2", imageAlt: "Authentic italian country bar crowd" }, ]} buttons={[{ text: "Reserve Your Table", href: "#contact" }]} /> -- 2.49.1