From 5d2880ad5b8749e5a9eb69cbe8ed285c989ab289 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:56:55 +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 5424f5c..fa94199 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,17 +54,17 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg", imageAlt: "Venue View"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg?_wi=1", imageAlt: "Venue View"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg", imageAlt: "Venue Night"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg?_wi=2", imageAlt: "Venue Night"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg", imageAlt: "Venue Terrace"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg?_wi=3", imageAlt: "Venue Terrace"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg", imageAlt: "Dining"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg?_wi=4", imageAlt: "Dining"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg", imageAlt: "Service"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg?_wi=5", imageAlt: "Service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg", imageAlt: "Sunset"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-arrangement-outdoors_23-2149617116.jpg?_wi=6", imageAlt: "Sunset"}, ]} /> -- 2.49.1