diff --git a/src/app/page.tsx b/src/app/page.tsx index aa11d8f..c978d5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,28 +122,28 @@ export default function HomePage() { id: "1", name: "Oceanfront Villa - Miami", price: "$8,500,000", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-blue-sea-water-near-shore_23-2148022406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-blue-sea-water-near-shore_23-2148022406.jpg?_wi=1", imageAlt: "Luxury oceanfront villa in Miami with infinity pool", }, { id: "2", name: "Modern Estate - Beverly Hills", price: "$12,750,000", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-2452.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-2452.jpg?_wi=1", imageAlt: "Contemporary luxury home in Beverly Hills with smart features", }, { id: "3", name: "Mountain Retreat - Aspen", price: "$9,200,000", - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037501.jpg?_wi=1", imageAlt: "Exclusive mountain estate in Aspen with ski access", }, { id: "4", name: "Penthouse - Manhattan", price: "$15,000,000", - imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-midtown_649448-201.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-midtown_649448-201.jpg?_wi=1", imageAlt: "Prestigious Manhattan penthouse with skyline views", }, ]} @@ -257,7 +257,7 @@ export default function HomePage() { role: "CEO", company: "Sterling Ventures Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg?_wi=1", imageAlt: "executive woman business portrait professional", }, { @@ -266,7 +266,7 @@ export default function HomePage() { role: "Real Estate Investor", company: "Thompson Capital", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-13402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-13402.jpg?_wi=1", imageAlt: "businessman investment manager headshot portrait", }, { @@ -275,7 +275,7 @@ export default function HomePage() { role: "Entrepreneur", company: "Fernandez Holdings", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-does-positive-pose_114579-15697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-does-positive-pose_114579-15697.jpg?_wi=1", imageAlt: "entrepreneur woman business portrait professional", }, { @@ -284,7 +284,7 @@ export default function HomePage() { role: "Executive Director", company: "Walsh Global Partners", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=1", imageAlt: "executive director man business portrait professional", }, ]} @@ -368,7 +368,7 @@ export default function HomePage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/people-modern-office-working-with-gadgets_23-2147656711.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-modern-office-working-with-gadgets_23-2147656711.jpg?_wi=1" imageAlt="Luxury office with high-end furnishings" mediaAnimation="blur-reveal" mediaPosition="right"