From 461121804507d236915b3dfae56f039db5b7782d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 14:35:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92ca836..dc393ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function LandingPage() { }, { id: "gallery-6", title: "Social Gatherings", author: "STYX", description: "The perfect venue for unforgettable moments with friends and colleagues.", tags: ["Events", "Social"], - imageSrc: "http://img.b2bpic.net/free-vector/elegant-living-room-interior-with-flat-design_23-2147927679.jpg", imageAlt: "intimate café setting ambiance" + imageSrc: "http://img.b2bpic.net/free-vector/elegant-living-room-interior-with-flat-design_23-2147927679.jpg?_wi=1", imageAlt: "intimate café setting ambiance" } ]} /> @@ -125,7 +125,7 @@ export default function LandingPage() { id: "event-2", name: "Themed Night", price: "Special Offers", imageSrc: "http://img.b2bpic.net/free-photo/romantic-table-unforgettable-evening_8353-9908.jpg", imageAlt: "themed party decoration costume" }, { - id: "event-3", name: "Live Music", price: "Free Entry", imageSrc: "http://img.b2bpic.net/free-vector/elegant-living-room-interior-with-flat-design_23-2147927679.jpg", imageAlt: "intimate café setting ambiance" + id: "event-3", name: "Live Music", price: "Free Entry", imageSrc: "http://img.b2bpic.net/free-vector/elegant-living-room-interior-with-flat-design_23-2147927679.jpg?_wi=2", imageAlt: "intimate café setting ambiance" } ]} /> -- 2.49.1