From b46d8f91bf35dcf9ea50c035547c506d2bc64913 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 18:48:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e8c32a..ac09640 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Absolutely stunning venue! Our wedding felt like a dream.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-golden-neon-lights_181624-24726.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-golden-neon-lights_181624-24726.jpg?_wi=1", imageAlt: "luxury banquet hall interior", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@mikek", testimonial: "Top-class service and beautiful ambiance. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teddy-bear-made-out-lights-building_181624-13564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teddy-bear-made-out-lights-building_181624-13564.jpg?_wi=1", imageAlt: "luxury banquet hall interior", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@emilyr", testimonial: "The staff made our corporate gala flawless and unforgettable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beauty-details-this-lovely-table_8353-9904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beauty-details-this-lovely-table_8353-9904.jpg?_wi=1", imageAlt: "luxury banquet hall interior", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@davidm", testimonial: "Perfect venue for our annual event. Everything was elegant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chairs-wedding-hall-wedding-ceremony-venue-white-violet_8353-10188.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chairs-wedding-hall-wedding-ceremony-venue-white-violet_8353-10188.jpg?_wi=1", imageAlt: "luxury banquet hall interior", }, { @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-golden-neon-lights_181624-24726.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-golden-neon-lights_181624-24726.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/front-view-people-celebrating-wedding-nature_23-2150639485.jpg", @@ -162,19 +162,19 @@ export default function LandingPage() { { title: "Luxury Interior", description: "Elegant décor and exquisite lighting designed to impress your guests from the moment they arrive.", - imageSrc: "http://img.b2bpic.net/free-photo/teddy-bear-made-out-lights-building_181624-13564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teddy-bear-made-out-lights-building_181624-13564.jpg?_wi=2", imageAlt: "Luxury Interior", }, { title: "500+ Capacity", description: "Spacious ballroom perfect for large weddings, grand galas, and corporate celebrations.", - imageSrc: "http://img.b2bpic.net/free-photo/beauty-details-this-lovely-table_8353-9904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beauty-details-this-lovely-table_8353-9904.jpg?_wi=2", imageAlt: "Ballroom", }, { title: "Prime Location", description: "Easily accessible venue with ample secure parking and valet services for your guests.", - imageSrc: "http://img.b2bpic.net/free-photo/chairs-wedding-hall-wedding-ceremony-venue-white-violet_8353-10188.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chairs-wedding-hall-wedding-ceremony-venue-white-violet_8353-10188.jpg?_wi=2", imageAlt: "Location", }, ]} -- 2.49.1