Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-21 21:46:50 +00:00

View File

@@ -113,11 +113,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "4", title: "Gas Line Pro", quote: "Expert knowledge for gas line repairs. Safety is clearly their priority.", name: "David", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg" },
{ id: "5", title: "Same Day Fix", quote: "Had an emergency repair and they were at my door within two hours. Can't recommend them enough.", name: "Jessica", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-making-masks-home_1303-11282.jpg" },
{ id: "1", title: "Life Saver!", quote: "Tammy got a plumber out on a Saturday when our gas line had an issue. So grateful for the prompt response!", name: "Sarah", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg" },
{ id: "2", title: "Fair Pricing", quote: "Finally, a plumbing company that isn't trying to upsell. Fair prices and honest work.", name: "Michael", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-home_329181-4271.jpg" },
{ id: "3", title: "Amazing Service", quote: "The entire team is incredibly friendly. They treated my home with respect and fixed my drain quickly.", name: "Emily", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-spending-holidays-home_53876-119839.jpg" },
{ id: "4", title: "Gas Line Pro", quote: "Expert knowledge for gas line repairs. Safety is clearly their priority.", name: "David", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg" },
{ id: "5", title: "Same Day Fix", quote: "Had an emergency repair and they were at my door within two hours. Can't recommend them enough.", name: "Jessica", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-making-masks-home_1303-11282.jpg" },
]}
title="What Our Neighbors Say"
description="Reliable, transparent, and friendly—don't just take our word for it."
@@ -177,4 +177,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}