From e95240ba09b686cc3b3ee197761c3229cbbf5b60 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 08:58:10 +0000 Subject: [PATCH] Update src/app/events/page.tsx --- src/app/events/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 9791c7d..195062c 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -81,12 +81,12 @@ export default function EventsPage() { tag="Special Occasions & Catering" tagIcon={PartyPopper} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg", imageAlt: "Elegant Event Setup" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg", imageAlt: "Catering Food Display" } + { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg?_wi=2", imageAlt: "Elegant Event Setup" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg?_wi=2", imageAlt: "Catering Food Display" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg", imageAlt: "Guests Enjoying Event" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg", imageAlt: "Exquisite Catering Dish" } + { imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg?_wi=2", imageAlt: "Guests Enjoying Event" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg?_wi=2", imageAlt: "Exquisite Catering Dish" } ]} background={{ variant: "plain" }} carouselPosition="right" @@ -129,7 +129,7 @@ export default function EventsPage() {