From 35a4dcf963124eb9ea4794592613d14c79f66b0e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:48:31 +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 941045a..c07a74d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,13 +110,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Birthday Parties", description: "Celebrate in style with our spacious seating and custom decor.", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg"}, + title: "Birthday Parties", description: "Celebrate in style with our spacious seating and custom decor.", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg?_wi=1"}, { id: 2, title: "Engagements", description: "A peaceful, beautiful setting for your most important moments.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-day-s-decorated-table-with-plates-napkins-wine-glasses-forks-knives_181624-30870.jpg"}, { id: 3, - title: "Corporate Events", description: "Professional environment tailored for your business gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg"}, + title: "Corporate Events", description: "Professional environment tailored for your business gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg?_wi=2"}, ]} title="Perfect Venue for Every Occasion" description="Private, spacious, and custom food packages for any event." -- 2.49.1