diff --git a/src/app/page.tsx b/src/app/page.tsx index 083eb13..ae51d0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { { value: "15+", title: "Years of Experience"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-technician-with-toolbox-checking-garage-door-track_1150-6548.jpg" + imageSrc="http://img.b2bpic.net/free-photo/technician-repairing-garage-door-panel-professional-service_1291-7650.jpg" mediaAnimation="blur-reveal" metricsAnimation="slide-up" imageAlt="Experienced garage door technician inspecting a track" @@ -127,11 +127,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Saved my car!", quote: "The door wouldn't open and my car was stuck inside. They came within 2 hours and fixed the spring.", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-woman-holding-cup-tea_1150-5231.jpg"}, + id: "1", title: "Saved my car!", quote: "The door wouldn't open and my car was stuck inside. They came within 2 hours and fixed the spring.", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/technician-completing-garage-door-fix-smiling-client_1291-7648.jpg"}, { - id: "2", title: "Seamless Installation", quote: "Upgraded to a smart garage door and the team made the entire process so easy and professional.", name: "David Thompson", role: "Property Developer", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-wearing-casual-clothing-posing_1150-5233.jpg"}, + id: "2", title: "Seamless Installation", quote: "Upgraded to a smart garage door and the team made the entire process so easy and professional.", name: "David Thompson", role: "Property Developer", imageSrc: "http://img.b2bpic.net/free-photo/professional-garage-door-installation-result-modern-home_1291-7651.jpg"}, { - id: "3", title: "Highly Efficient", quote: "Friendly team who knew exactly how to fix my derailed door. Highly recommended.", name: "Emily Watson", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-smiling-office_1150-5232.jpg"}, + id: "3", title: "Highly Efficient", quote: "Friendly team who knew exactly how to fix my derailed door. Highly recommended.", name: "Emily Watson", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/technician-servicing-garage-door-opener-detail_1291-7649.jpg"}, ]} title="Customer Success Stories" description="Join thousands of satisfied homeowners who trust GDSA with their garage door security and maintenance." @@ -229,4 +229,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file