From 15d8c4ca9f1f7554b21c3a1d887723804e545f0f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:47:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d134b8a..06323c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,16 +46,16 @@ export default function LandingPage() { description="Discover the perfect blend of premium cocktails, curated ambiance, and unforgettable moments. Your favorite bar awaits." background={{ variant: "sparkles-gradient" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/glass-balls-with-candles-hang-before-window_1304-5599.jpg", imageAlt: "Bar interior with ambient lighting" }, - { imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg", imageAlt: "Craft cocktail preparation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/green-bottles-beer-wooden-table_23-2148215819.jpg", imageAlt: "Wine selection display" }, + { imageSrc: "http://img.b2bpic.net/free-photo/glass-balls-with-candles-hang-before-window_1304-5599.jpg?_wi=1", imageAlt: "Bar interior with ambient lighting" }, + { imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg?_wi=1", imageAlt: "Craft cocktail preparation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/green-bottles-beer-wooden-table_23-2148215819.jpg?_wi=1", imageAlt: "Wine selection display" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-partying-bar_23-2149220927.jpg", imageAlt: "Live music performance" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/interior-architecture-cafe-design-concept_53876-23391.jpg", imageAlt: "Bar storefront exterior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/green-bottles-beer-wooden-table_23-2148215819.jpg", imageAlt: "Premium wine bottles" }, - { imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg", imageAlt: "Signature cocktails" }, - { imageSrc: "http://img.b2bpic.net/free-photo/glass-balls-with-candles-hang-before-window_1304-5599.jpg", imageAlt: "Elegant bar seating" }, + { imageSrc: "http://img.b2bpic.net/free-photo/interior-architecture-cafe-design-concept_53876-23391.jpg?_wi=1", imageAlt: "Bar storefront exterior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/green-bottles-beer-wooden-table_23-2148215819.jpg?_wi=2", imageAlt: "Premium wine bottles" }, + { imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg?_wi=2", imageAlt: "Signature cocktails" }, + { imageSrc: "http://img.b2bpic.net/free-photo/glass-balls-with-candles-hang-before-window_1304-5599.jpg?_wi=2", imageAlt: "Elegant bar seating" }, ]} carouselPosition="right" buttons={[ @@ -77,7 +77,7 @@ export default function LandingPage() { { value: "10k+", title: "Happy Guests Yearly" }, { value: "150+", title: "Premium Spirit Selection" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/interior-architecture-cafe-design-concept_53876-23391.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-architecture-cafe-design-concept_53876-23391.jpg?_wi=2" imageAlt="The Social bar storefront" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1