From 701737b8d47db7ddda421753910ad7b6a0cb93fb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:06:34 +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 290cfe0..d6f2f67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,14 +86,14 @@ export default function HomePage() { title: "Spacious Convention Hall", description: "Large, well-maintained halls with flexible layouts to accommodate weddings, receptions, corporate events, and gatherings of up to 1000+ guests.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745315.jpg", imageAlt: "Convention Hall Exterior"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg", imageAlt: "Wedding Setup"}, + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg?_wi=1", imageAlt: "Wedding Setup"}, }, { id: 2, title: "Modern Facilities & Comfort", description: "Air-conditioned halls, professional lighting systems, stage setup, sound systems, and comfortable seating arrangements for all event types.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-decoration-table_8353-9288.jpg", imageAlt: "Dining Hall"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg", imageAlt: "Wedding Decoration"}, + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg?_wi=2", imageAlt: "Wedding Decoration"}, }, ]} showStepNumbers={true} -- 2.49.1