diff --git a/src/app/page.tsx b/src/app/page.tsx index feafa60..3d81246 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-sector_23-2151925487.jpg", imageAlt: "Modern house with property"}, + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-sector_23-2151925487.jpg?_wi=1", imageAlt: "Modern house with property"}, { imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-building-surrounded-by-green-landscape_181624-16315.jpg", imageAlt: "Vacant lot for development"}, { @@ -149,7 +149,7 @@ export default function LandingPage() { { name: "phone", type: "tel", placeholder: "Your Phone Number" } ]} textarea={{ name: "message", placeholder: "Tell us about your property", rows: 4 }} - imageSrc="http://img.b2bpic.net/free-photo/real-estate-sector_23-2151925487.jpg" + imageSrc="http://img.b2bpic.net/free-photo/real-estate-sector_23-2151925487.jpg?_wi=2" mediaPosition="right" buttonText="Get Your Cash Offer" onSubmit={() => alert("Form submitted!")}