Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-17 09:39:11 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -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" },

View File

@@ -40,11 +40,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "David M.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-little-boy-washing_23-2148518619.jpg" },
{ id: "t2", name: "Alex L.", imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg" },
{ id: "t3", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/interior-old-house-elegance-shower_1203-4967.jpg" },
{ id: "t4", name: "Mark R.", imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg" },
{ id: "t5", name: "Jane D.", imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg" }
{ id: "t1", name: "David M.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-little-boy-washing_23-2148518619.jpg?_wi=3" },
{ id: "t2", name: "Alex L.", imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg?_wi=2" },
{ id: "t3", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/interior-old-house-elegance-shower_1203-4967.jpg?_wi=2" },
{ id: "t4", name: "Mark R.", imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg?_wi=2" },
{ id: "t5", name: "Jane D.", imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg?_wi=2" }
]}
cardTitle="Birmingham's Verdict"
cardTag="Verified"