diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ed48b7..0e7a2a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { { title: "Lease Management", description: "Digitally sign and archive leases with automated expiration tracking.", icon: FileText, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064992.jpg", imageAlt: "Lease management" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064992.jpg?_wi=1", imageAlt: "Lease management" }, { imageSrc: "http://img.b2bpic.net/free-photo/chalkboard-table-realtor-office_23-2147764217.jpg", imageAlt: "Lease management" }, ] }, @@ -148,7 +148,7 @@ export default function LandingPage() { useInvertedBackground={false} description="Our platform helps managers scale with efficiency." testimonials={[ - { id: "1", name: "Sarah Miller", handle: "CEO, Miller Group", testimonial: "PropFlow transformed how we manage our 500+ unit portfolio. Efficiency is up 40%.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064992.jpg" }, + { id: "1", name: "Sarah Miller", handle: "CEO, Miller Group", testimonial: "PropFlow transformed how we manage our 500+ unit portfolio. Efficiency is up 40%.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064992.jpg?_wi=2" }, { id: "2", name: "David Chen", handle: "CFO, InvestPro", testimonial: "The automated financial tracking is exactly what our investors were demanding.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" }, { id: "3", name: "Emily Watson", handle: "Director, Apex Realty", testimonial: "Finally a platform that feels like it was built for 2025, not 1995.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-suit-holds-hands-crossed-chest-stands-power-pose-street_1258-123439.jpg" }, { id: "4", name: "Mark Johnson", handle: "Owner, Johnson Holdings", testimonial: "Incredible interface and even better customer support team.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg" },