diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e1fb5d..8adef7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,14 +45,14 @@ export default function LandingPage() { title="Birmingham's Trusted Plumbing & Heating Specialists" description="Expert installations, reliable repairs, and emergency call-outs across the Birmingham area. Quality workmanship, every time." testimonials={[ - { name: "David M.", handle: "Birmingham", testimonial: "Excellent job done on our bathroom. The job included unforeseen problems that required re-routing pipes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-little-boy-washing_23-2148518619.jpg" }, - { name: "Alex L.", handle: "Birmingham", testimonial: "I was impressed with the quality of the work and how tidy he was.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg" }, - { name: "Sarah K.", handle: "Birmingham", testimonial: "Fast response for our boiler emergency. Professional and very helpful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/interior-old-house-elegance-shower_1203-4967.jpg" }, - { name: "Mark R.", handle: "Birmingham", testimonial: "Swiftflow transformed our outdated bathroom into a modern sanctuary.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg" }, - { name: "Jane D.", handle: "Birmingham", testimonial: "Highly recommended for any plumbing needs. Honest pricing and great service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg" } + { name: "David M.", handle: "Birmingham", testimonial: "Excellent job done on our bathroom. The job included unforeseen problems that required re-routing pipes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-little-boy-washing_23-2148518619.jpg?_wi=1" }, + { name: "Alex L.", handle: "Birmingham", testimonial: "I was impressed with the quality of the work and how tidy he was.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg?_wi=1" }, + { name: "Sarah K.", handle: "Birmingham", testimonial: "Fast response for our boiler emergency. Professional and very helpful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/interior-old-house-elegance-shower_1203-4967.jpg?_wi=1" }, + { name: "Mark R.", handle: "Birmingham", testimonial: "Swiftflow transformed our outdated bathroom into a modern sanctuary.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg?_wi=1" }, + { name: "Jane D.", handle: "Birmingham", testimonial: "Highly recommended for any plumbing needs. Honest pricing and great service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg?_wi=1" } ]} buttons={[{ text: "Get a Free Quote", href: "/contact" }, { text: "Call Now: 07734 213674", href: "tel:07734213674" }]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-little-boy-washing_23-2148518619.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-little-boy-washing_23-2148518619.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg", alt: "Client profile 1" }, { src: "http://img.b2bpic.net/free-photo/portrait-person-working-construction-industry_23-2151349663.jpg", alt: "Client profile 2" }, diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 2c15c99..82f4ad7 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -40,11 +40,11 @@ export default function LandingPage() {