From 1de9a46d46c0f0805c9110298540abcdf539637b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:46:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95d0678..2b01b7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1