From 69f8e3ea5da129d60b9de83916646e960b846ed8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:16:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 62f4362..003318d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,27 +70,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=1", imageAlt: "Cinematic bar shot", }, { - imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=2", imageAlt: "Cocktail pour", }, { - imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=3", imageAlt: "Steak marsala", }, { - imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=4", imageAlt: "Halibut entree", }, { - imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=5", imageAlt: "Atmospheric lounge", }, { - imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=6", imageAlt: "Table setting", }, ]} @@ -172,25 +172,25 @@ export default function LandingPage() { { title: "Cozy Atmosphere", description: "Intimate lounge areas perfect for date nights.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg?_wi=1", buttonIcon: "ArrowRight", }, { title: "Artistic Decor", description: "Eclectic, curated interior design.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg?_wi=2", buttonIcon: "ArrowRight", }, { title: "Exceptional Service", description: "Staff that treats you like royalty.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg?_wi=3", buttonIcon: "ArrowRight", }, { title: "Live Music Moments", description: "Occasional performances that enrich your night.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg?_wi=4", buttonIcon: "ArrowRight", }, ]}