From 698e6fcaa844e65c66c80b5a28ed602d82546713 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 00:27:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 55354aa..88ffadf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Professional Plumbing Solutions for Treasure Coast" description="Serving Port St. Lucie and beyond with excellence. Licensed, insured, and rated 5 stars for quality and professionalism." - tag="5.0 Stars on Google • 157 Reviews" + tag="5.0 Stars on Google • 26 Reviews" buttons={[ { text: "Book Now", href: "/contact" }, { text: "Call (772) 301-9338", href: "tel:7723019338" }, @@ -102,9 +102,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Excellent service! They were professional and fixed our water heater quickly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg" }, - { id: "2", name: "John Davis", handle: "@john_d", testimonial: "Bluewater Plumbing is my go-to. Very honest and reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg" }, - { id: "3", name: "Emily Chen", handle: "@emily_c", testimonial: "Outstanding quality. They fixed our leak on the first visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-middle-age-man-holding-screwdriver-new-home-mouth-lips-shut-as-zip-with-fingers-secret-silent-taboo-talking_839833-5351.jpg" }, + { id: "1", name: "Lisa B ", handle: "", testimonial: " + +We had a fantastic experience +with Bluewater Plumbing. From start to finish, they were professional, +responsive, and very reasonably priced. They took the time to clearly explain +everything they were doing and made sure we understood the issue and the plan before moving forward. You can tell this is a family-owned business that truly takes pride in its work. The level of care, attention to detail, and customer service really stood out. It’s refreshing to work with a company that values both quality workmanship and treating customers well. We would absolutely use Bluewater Plumbing again and highly recommend them! + +", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CS8tRmjKlDEuxq2p493kEIr4kD/uploaded-1776369708723-fpaxbg7r.png" }, + { id: "2", name: "Mike Monaco", handle: "", testimonial: "We were able to troubleshoot my water line problem for a very quick solve. If I ever have another plumbing issue, Bluewater is my first call.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CS8tRmjKlDEuxq2p493kEIr4kD/uploaded-1776369824871-eit6omr2.png" }, + { id: "3", name: "Eye Candy Grafix", handle: "", testimonial: "I called Bluewater to replace my water main valve and have all of my hose spigots replaced (as they were stuck on). I could not be happier with the work done by Chuck, and the customer service provided by Tammy - who was great following-up every step of the way! I prefer to support local, family-owned small businesses with experienced, professional tradesmen. Bluewater Plumbing is exactly that. Highly recommended!!!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CS8tRmjKlDEuxq2p493kEIr4kD/uploaded-1776369981609-p5qlqbbv.png" }, { id: "4", name: "Michael Ross", handle: "@michael_r", testimonial: "Polite, clean, and extremely professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-new-home-man-decorating-living-room_329181-270.jpg" }, { id: "5", name: "Linda White", handle: "@linda_w", testimonial: "Great attention to detail. Will definitely use again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262108.jpg" }, ]} -- 2.49.1