diff --git a/src/app/page.tsx b/src/app/page.tsx index ba6273a..77ce41b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,9 +54,9 @@ export default function LandingPage() { { text: "Speak to an Agent", href: "#contact" } ]} mediaItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d54dl6", imageAlt: "Limpopo countryside estate" }, - { imageSrc: "http://img.b2bpic.net/free-photo/letter-h-made-green-grass-isolated-white_169016-56906.jpg", imageAlt: "Modern safari lodge architecture" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-letter-g_53876-47234.jpg", imageAlt: "Luxury bushveld dwelling interior" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d54dl6&_wi=1", imageAlt: "Limpopo countryside estate" }, + { imageSrc: "http://img.b2bpic.net/free-photo/letter-h-made-green-grass-isolated-white_169016-56906.jpg?_wi=1", imageAlt: "Modern safari lodge architecture" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-letter-g_53876-47234.jpg?_wi=1", imageAlt: "Luxury bushveld dwelling interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/floating-letter-l-background-concept_23-2148185100.jpg", imageAlt: "Expansive Limpopo vistas" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=20vtvx", imageAlt: "Elegant living space" } ]} @@ -178,9 +178,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Thabo Mbeki", date: "Jan 2025", title: "Exceptional Local Knowledge", quote: "The team understood the local market nuances perfectly. Found our dream farmhouse in weeks!", tag: "Rural Living", avatarSrc: "http://img.b2bpic.net/free-photo/tasty-letter-e-made-with-fresh-vegetables_1149-837.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d54dl6" }, - { id: "2", name: "Mariette Du Plessis", date: "Dec 2024", title: "Professional & Efficient", quote: "Smooth sale of my estate. Their advice on pricing was spot on.", tag: "Property Sale", avatarSrc: "http://img.b2bpic.net/free-photo/letter-t-made-green-grass-with-flowers-isolated-white_169016-58706.jpg", imageSrc: "http://img.b2bpic.net/free-photo/letter-h-made-green-grass-isolated-white_169016-56906.jpg" }, - { id: "3", name: "David Sithole", date: "Nov 2024", title: "Trusted Advisors", quote: "Professional, communicative, and truly helpful in navigating property investments.", tag: "Investor", avatarSrc: "http://img.b2bpic.net/free-photo/glowing-red-warning-triangle-sign-dark-textured-background_84443-91474.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-letter-g_53876-47234.jpg" } + { id: "1", name: "Thabo Mbeki", date: "Jan 2025", title: "Exceptional Local Knowledge", quote: "The team understood the local market nuances perfectly. Found our dream farmhouse in weeks!", tag: "Rural Living", avatarSrc: "http://img.b2bpic.net/free-photo/tasty-letter-e-made-with-fresh-vegetables_1149-837.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d54dl6&_wi=2" }, + { id: "2", name: "Mariette Du Plessis", date: "Dec 2024", title: "Professional & Efficient", quote: "Smooth sale of my estate. Their advice on pricing was spot on.", tag: "Property Sale", avatarSrc: "http://img.b2bpic.net/free-photo/letter-t-made-green-grass-with-flowers-isolated-white_169016-58706.jpg", imageSrc: "http://img.b2bpic.net/free-photo/letter-h-made-green-grass-isolated-white_169016-56906.jpg?_wi=2" }, + { id: "3", name: "David Sithole", date: "Nov 2024", title: "Trusted Advisors", quote: "Professional, communicative, and truly helpful in navigating property investments.", tag: "Investor", avatarSrc: "http://img.b2bpic.net/free-photo/glowing-red-warning-triangle-sign-dark-textured-background_84443-91474.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-letter-g_53876-47234.jpg?_wi=2" } ]} />