From c902047ab2d2fe50c9b34983faa8efc349b334e8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 12:29:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb03f36..20d880c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,15 +78,15 @@ export default function LandingPage() { imageAlt: "Event stage atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/firing-range-customer-looking-zooming-device-check-if-he-shot-bullseye_482257-125292.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/firing-range-customer-looking-zooming-device-check-if-he-shot-bullseye_482257-125292.jpg?_wi=1", imageAlt: "Wedding reception hosting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights_627829-10071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights_627829-10071.jpg?_wi=1", imageAlt: "Corporate seminar host", }, { - imageSrc: "http://img.b2bpic.net/free-photo/glance-path-lies-garlands-made-threads-with-chrysanthemum-buds_1304-3347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glance-path-lies-garlands-made-threads-with-chrysanthemum-buds_1304-3347.jpg?_wi=1", imageAlt: "Gala dinner performance", }, ]} @@ -130,19 +130,19 @@ export default function LandingPage() { { title: "Weddings", description: "Creating warm, intimate atmospheres for your special day.", - imageSrc: "http://img.b2bpic.net/free-photo/firing-range-customer-looking-zooming-device-check-if-he-shot-bullseye_482257-125292.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/firing-range-customer-looking-zooming-device-check-if-he-shot-bullseye_482257-125292.jpg?_wi=2", imageAlt: "Wedding hosting", }, { title: "Corporate Events", description: "Professional, polished delivery for conferences and product launches.", - imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights_627829-10071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights_627829-10071.jpg?_wi=2", imageAlt: "Corporate presenting", }, { title: "Grand Galas", description: "Energizing large-scale events with prestige and professional flair.", - imageSrc: "http://img.b2bpic.net/free-photo/glance-path-lies-garlands-made-threads-with-chrysanthemum-buds_1304-3347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glance-path-lies-garlands-made-threads-with-chrysanthemum-buds_1304-3347.jpg?_wi=2", imageAlt: "Gala hosting", }, ]} -- 2.49.1