diff --git a/src/app/page.tsx b/src/app/page.tsx index cfc0d07..5c7e064 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,7 +138,7 @@ export default function LandingPage() { testimonials={[ { id: "review-1", name: "Mark Thompson", date: "2 weeks ago", title: "Fast Emergency Service", quote: "Burst pipe at 2 AM and Southwest Plumber was here within 30 minutes. Professional, efficient, and honest pricing. Couldn't have asked for better.", tag: "Emergency Response", avatarSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg", avatarAlt: "Mark Thompson", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-mobile-phone-while-using-digital-tablet-kitchen_107420-84983.jpg?_wi=2" }, { id: "review-2", name: "Sarah Mitchell", date: "1 month ago", title: "Excellent Heating Installation", quote: "We had our boiler replaced and the team was fantastic. Clean, professional, and they explained everything clearly. Highly recommended for Bristol residents.", tag: "Installation", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-working-office_23-2150251746.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2" }, - { id: "review-3", name: "James Robinson", date: "3 weeks ago", title: "Trustworthy Local Plumber", quote: "Been using Southwest Plumber for 5 years. Never let me down. Great communication, fair prices, and always on time. This is who I recommend to all my friends in Bristol.", tag: "Local Expert", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-hugging-pillow-white-background_114579-78200.jpg", avatarAlt: "James Robinson", imageSrc: "http://img.b2bpic.net/free-photo/handyman-helping-senior-woman-kitchen_1098-17865.jpg?_wi=3" }, + { id: "review-3", name: "Samantha Robinson", date: "3 weeks ago", title: "Trustworthy Local Plumber", quote: "Been using Southwest Plumber for 5 years. Never let me down. Great communication, fair prices, and always on time. This is who I recommend to all my friends in Bristol.", tag: "Local Expert", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-hugging-pillow-white-background_114579-78200.jpg", avatarAlt: "Samantha Robinson", imageSrc: "http://img.b2bpic.net/free-photo/handyman-helping-senior-woman-kitchen_1098-17865.jpg?_wi=3" }, { id: "review-4", name: "Emma Wilson", date: "1 month ago", title: "Bathroom Renovation Success", quote: "Completed our full bathroom renovation beautifully. The team was professional, minimized disruption, and the final result exceeded expectations. Exceptional service!", tag: "Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14249.jpg", avatarAlt: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53677.jpg?_wi=2" } ]} />