diff --git a/src/app/page.tsx b/src/app/page.tsx index 9742294..7bc2b6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cinema-building_23-2150985297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cinema-building_23-2150985297.jpg?_wi=1", imageAlt: "Shopping plaza exterior", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { description="Flower Valley Plaza is a local shopping center located at 1133 N H St in Lompoc, California. We provide essential access to food, retail, and community services." subdescription="Strategically located to serve the Lompoc community with ease and accessibility." icon={MapPin} - imageSrc="http://img.b2bpic.net/free-photo/full-length-shot-two-girls-showing-off-their-purchases-their-shopping-bags_1098-20555.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-length-shot-two-girls-showing-off-their-purchases-their-shopping-bags_1098-20555.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -114,13 +114,13 @@ export default function LandingPage() { { title: "Rental Services", description: "Convenient rental options at Enterprise Rent-A-Center.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cinema-building_23-2150985297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cinema-building_23-2150985297.jpg?_wi=2", imageAlt: "Building with colorful walls", }, { title: "Local Businesses", description: "Supporting diverse local shops that serve our community.", - imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-two-girls-showing-off-their-purchases-their-shopping-bags_1098-20555.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-two-girls-showing-off-their-purchases-their-shopping-bags_1098-20555.jpg?_wi=2", imageAlt: "Building with colorful walls", }, ]}