Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-10 10:08:54 +00:00

View File

@@ -144,16 +144,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Fast Response and Excellent Service", quote: "Top Quality Plumbing responded within 30 minutes to fix our burst pipe. The work was professional and fairly priced. Highly recommend!", name: "Sarah Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1617.jpg?_wi=2", imageAlt: "Sarah Johnson"
id: "1", title: "Fast Response and Excellent Service", quote: "Top Quality Plumbing responded within 30 minutes to fix our burst pipe. The work was professional and fairly priced. Highly recommend!", name: "Tina Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1617.jpg?_wi=2", imageAlt: "Tina Johnson"
},
{
id: "2", title: "Saved Us Thousands in Water Damage", quote: "Their leak detection service found a hidden leak that could have caused major damage. Fast, professional, and transparent pricing.", name: "Michael Chen", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-woman_93675-133805.jpg?_wi=1", imageAlt: "Michael Chen"
id: "2", title: "Saved Us Thousands in Water Damage", quote: "Their leak detection service found a hidden leak that could have caused major damage. Fast, professional, and transparent pricing.", name: "Ferdinand Immelman", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-woman_93675-133805.jpg?_wi=1", imageAlt: "Ferdinand Immelman"
},
{
id: "3", title: "24/7 Service That Actually Works", quote: "Called at midnight with a plumbing emergency. They arrived within the hour and fixed the problem. Professional and reliable.", name: "David Martinez", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", imageAlt: "David Martinez"
id: "3", title: "24/7 Service That Actually Works", quote: "Called at midnight with a plumbing emergency. They arrived within the hour and fixed the problem. Professional and reliable.", name: "Roy Raines", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", imageAlt: "Roy Raines"
},
{
id: "4", title: "Licensed, Experienced, and Fair Pricing", quote: "Got free quotes from three companies. Top Quality Plumbing was transparent, professional, and the most fairly priced. Great work!", name: "Emily Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman_329181-11388.jpg", imageAlt: "Emily Rodriguez"
id: "4", title: "Licensed, Experienced, and Fair Pricing", quote: "Got free quotes from three companies. Top Quality Plumbing was transparent, professional, and the most fairly priced. Great work!", name: "Frik Bothma", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman_329181-11388.jpg", imageAlt: "Frik Bothma"
},
{
id: "5", title: "Emergency Service That Exceeded Expectations", quote: "Our kitchen flooded at 2 AM. They arrived quickly, fixed the issue professionally, and even helped us with cleanup. Outstanding service.", name: "James Wilson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1617.jpg?_wi=3", imageAlt: "James Wilson"
@@ -257,4 +257,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}