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"}, ]} />