diff --git a/src/app/page.tsx b/src/app/page.tsx index cf08845..9a868f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,19 +79,19 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-property-purchase-concept_53876-134037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-property-purchase-concept_53876-134037.jpg?_wi=1", imageAlt: "UnitFlow dashboard showing rent tracking", }, { - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-composition_23-2147653336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-composition_23-2147653336.jpg?_wi=1", imageAlt: "UnitFlow dashboard showing maintenance requests", }, { - imageSrc: "http://img.b2bpic.net/free-photo/senior-tailor-designing-sketches_482257-85350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-tailor-designing-sketches_482257-85350.jpg?_wi=1", imageAlt: "UnitFlow dashboard showing tenant communication", }, { - imageSrc: "http://img.b2bpic.net/free-photo/employee-choking-office-helped-by-coworker-performing-heimlich-maneuver_482257-91749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/employee-choking-office-helped-by-coworker-performing-heimlich-maneuver_482257-91749.jpg?_wi=1", imageAlt: "UnitFlow dashboard showing vendor management", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-its-smartphone-wallet-app_23-2149167251.jpg", imageAlt: "Mobile screen showing detailed payment history", }, - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-property-purchase-concept_53876-134037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-property-purchase-concept_53876-134037.jpg?_wi=2", imageAlt: "mobile app rent tracking landlord", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-using-calculator_23-2150062346.jpg", imageAlt: "Mobile screen showing detailed maintenance request", }, - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-composition_23-2147653336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-composition_23-2147653336.jpg?_wi=2", imageAlt: "mobile app rent tracking landlord", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/hands-elderly-woman-holding-mobile-phone_169016-26731.jpg", imageAlt: "Mobile screen showing tenant announcements", }, - imageSrc: "http://img.b2bpic.net/free-photo/senior-tailor-designing-sketches_482257-85350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-tailor-designing-sketches_482257-85350.jpg?_wi=2", imageAlt: "mobile app rent tracking landlord", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-house-plan-tablet-real-estate-contract_1163-4201.jpg", imageAlt: "Mobile screen showing detailed vendor profile", }, - imageSrc: "http://img.b2bpic.net/free-photo/employee-choking-office-helped-by-coworker-performing-heimlich-maneuver_482257-91749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/employee-choking-office-helped-by-coworker-performing-heimlich-maneuver_482257-91749.jpg?_wi=2", imageAlt: "mobile app rent tracking landlord", }, ]}