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" }]} />