diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6ba09e5..b8e9c7e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -69,11 +69,11 @@ export default function AboutPage() { title: "Premium Event Spaces", description: "Our main hall spans over 5000 sq ft with flexible layout options. High ceilings, elegant architecture, and sophisticated decor create the perfect ambiance for any event. Multiple breakout rooms available for personalized experiences and intimate gatherings.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745315.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745315.jpg?_wi=2", imageAlt: "Main Convention Hall", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-decoration-table_8353-9288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxurious-decoration-table_8353-9288.jpg?_wi=2", imageAlt: "Premium Dining Setup", }, }, @@ -82,11 +82,11 @@ export default function AboutPage() { title: "World-Class Amenities", description: "Complete climate control with separate HVAC zones, professional-grade sound and lighting systems, stage infrastructure with custom setups, dedicated parking for 200+ vehicles, and on-site catering facilities with professional kitchens. Every detail designed for convenience.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg?_wi=3", imageAlt: "Stage and Lighting Setup", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-small-stage-monitor-red-curtains-brick-walls-white-napoleon-chairs_140725-8447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-small-stage-monitor-red-curtains-brick-walls-white-napoleon-chairs_140725-8447.jpg?_wi=1", imageAlt: "Event Ambiance", }, }, diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index f76ec68..e243580 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -46,28 +46,28 @@ export default function GalleryPage() { id: "1", name: "Wedding Reception Hall", price: "Spacious", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-small-stage-monitor-red-curtains-brick-walls-white-napoleon-chairs_140725-8447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-small-stage-monitor-red-curtains-brick-walls-white-napoleon-chairs_140725-8447.jpg?_wi=2", imageAlt: "Wedding Reception Hall", }, { id: "2", name: "Elegant Banquet Setup", price: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-decoration-table_8353-9288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxurious-decoration-table_8353-9288.jpg?_wi=3", imageAlt: "Elegant Banquet Setup", }, { id: "3", name: "Wedding Stage Decoration", price: "Customizable", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-elegant-wedding-landing-page-template_52683-15129.jpg?_wi=4", imageAlt: "Wedding Stage Decoration", }, { id: "4", name: "Venue Exterior View", price: "Modern", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745315.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745315.jpg?_wi=3", imageAlt: "Venue Exterior View", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ae54a1f..475ce69 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1433,6 +1433,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +