From f5cba0511ca834f0afd5c4df17b5b38bca405f4c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:44:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8903c55..0650a74 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,9 +63,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg", imageAlt: "Restaurant Interior with warm lighting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-venue_1157-733.jpg", imageAlt: "Beautiful wedding lawn setup"}, + imageSrc: "http://img.b2bpic.net/free-photo/wedding-venue_1157-733.jpg?_wi=1", imageAlt: "Beautiful wedding lawn setup"}, { - imageSrc: "http://img.b2bpic.net/free-photo/white-wedding-venue-with-swimming-pool_637285-5697.jpg", imageAlt: "Event lawn ready for celebration"}, + imageSrc: "http://img.b2bpic.net/free-photo/white-wedding-venue-with-swimming-pool_637285-5697.jpg?_wi=1", imageAlt: "Event lawn ready for celebration"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -141,7 +141,7 @@ export default function LandingPage() { title: "Catering Available", description: "Complete catering services with customized menu options", icon: ChefHat, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/wedding-venue_1157-733.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wedding-venue_1157-733.jpg?_wi=2" imageAlt="Beautiful decorated event lawn at Patne Restaurant" imagePosition="right" textboxLayout="default" @@ -202,7 +202,7 @@ export default function LandingPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/white-wedding-venue-with-swimming-pool_637285-5697.jpg" + imageSrc="http://img.b2bpic.net/free-photo/white-wedding-venue-with-swimming-pool_637285-5697.jpg?_wi=2" imageAlt="Patne Restaurant event venue" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1