Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 01:10:52 +00:00

View File

@@ -1,6 +1,6 @@
"use client";
import { AlertCircle, CheckCircle, Droplets, Phone, Pipe, Star, Wrench } from "lucide-react";
import { AlertCircle, CheckCircle, Droplets, Phone, PipeIcon, Star, Wrench } from "lucide-react";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
@@ -64,45 +64,55 @@ export default function LandingPage() {
title: "Water Heater Repair & Replacement", description: "Expert water heater repair and installation services for reliable hot water year-round.", icon: Droplets,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=1", imageAlt: "Water heater repair service"},
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg", imageAlt: "Water heater repair service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=2", imageAlt: "Water heater replacement"},
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg", imageAlt: "Water heater replacement"
},
],
},
{
title: "Leak Detection & Repair", description: "Fast and accurate leak detection using advanced technology to prevent water damage.", icon: AlertCircle,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg?_wi=1", imageAlt: "Leak detection service"},
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg", imageAlt: "Leak detection service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg?_wi=2", imageAlt: "Professional leak repair"},
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg", imageAlt: "Professional leak repair"
},
],
},
{
title: "Residential Plumbing Repairs", description: "Quick and reliable fixes for all types of residential plumbing issues.", icon: Wrench,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990737.jpg?_wi=1", imageAlt: "Residential plumbing repair"},
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990737.jpg", imageAlt: "Residential plumbing repair"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990737.jpg?_wi=2", imageAlt: "Plumbing installation work"},
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990737.jpg", imageAlt: "Plumbing installation work"
},
],
},
{
title: "Drain & Pipe Issues", description: "Professional drain cleaning and pipe repair to keep your plumbing flowing smoothly.", icon: Pipe,
title: "Drain & Pipe Issues", description: "Professional drain cleaning and pipe repair to keep your plumbing flowing smoothly.", icon: PipeIcon,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990737.jpg?_wi=3", imageAlt: "Drain cleaning service"},
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990737.jpg", imageAlt: "Drain cleaning service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990737.jpg?_wi=4", imageAlt: "Pipe repair work"},
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990737.jpg", imageAlt: "Pipe repair work"
},
],
},
{
title: "Plumbing Inspections", description: "Thorough inspections to identify potential issues before they become expensive problems.", icon: CheckCircle,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg?_wi=1", imageAlt: "Plumbing inspection service"},
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg", imageAlt: "Plumbing inspection service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg?_wi=2", imageAlt: "Professional system inspection"},
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg", imageAlt: "Professional system inspection"
},
],
},
]}
@@ -116,7 +126,8 @@ export default function LandingPage() {
<TextSplitAbout
title="Why Choose Brentwood Plumbing Co."
description={[
"We're committed to providing exceptional plumbing service to Brentwood and surrounding areas. With over 100 five-star reviews, our reputation speaks to our dedication to quality workmanship and customer satisfaction.", "Our experienced technicians, including Russell, Monica, and Christian, bring expertise and professionalism to every job. We pride ourselves on fast response times, honest pricing, and clean, professional work that you can trust.", "When you call Brentwood Plumbing Co., you're getting local experts who care about your home and your satisfaction. That's the Brentwood difference."]}
"We're committed to providing exceptional plumbing service to Brentwood and surrounding areas. With over 100 five-star reviews, our reputation speaks to our dedication to quality workmanship and customer satisfaction.", "Our experienced technicians, including Russell, Monica, and Christian, bring expertise and professionalism to every job. We pride ourselves on fast response times, honest pricing, and clean, professional work that you can trust.", "When you call Brentwood Plumbing Co., you're getting local experts who care about your home and your satisfaction. That's the Brentwood difference."
]}
buttons={[{ text: "Request Service Now", href: "#contact" }]}
showBorder={true}
useInvertedBackground={false}
@@ -130,17 +141,23 @@ export default function LandingPage() {
tag="Customer Reviews"
testimonials={[
{
id: "1", name: "John Martinez, Homeowner", date: "Date: January 2025", title: "Fast, Professional, and Reliable", quote: "Russell arrived within 30 minutes and fixed our water heater issue quickly and professionally. Great service at a fair price. Highly recommend Brentwood Plumbing!", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-t-shirt-jacket-cap-standing-with-crossed-arms-looking-confident-front-view_176474-58045.jpg", avatarAlt: "John Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-man-t-shirt-jacket-cap-standing-with-crossed-arms-looking-confident-front-view_176474-58045.jpg?_wi=1", imageAlt: "Satisfied customer John Martinez"},
id: "1", name: "John Martinez, Homeowner", date: "Date: January 2025", title: "Fast, Professional, and Reliable", quote: "Russell arrived within 30 minutes and fixed our water heater issue quickly and professionally. Great service at a fair price. Highly recommend Brentwood Plumbing!", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-t-shirt-jacket-cap-standing-with-crossed-arms-looking-confident-front-view_176474-58045.jpg", avatarAlt: "John Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-man-t-shirt-jacket-cap-standing-with-crossed-arms-looking-confident-front-view_176474-58045.jpg", imageAlt: "Satisfied customer John Martinez"
},
{
id: "2", name: "Sarah Thompson, Property Manager", date: "Date: December 2024", title: "Knowledgeable and Trustworthy", quote: "Monica helped us diagnose a complex leak issue. Her knowledge and attention to detail saved us thousands in potential water damage. She's a true professional.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg", avatarAlt: "Sarah Thompson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=1", imageAlt: "Sarah Thompson professional"},
id: "2", name: "Sarah Thompson, Property Manager", date: "Date: December 2024", title: "Knowledgeable and Trustworthy", quote: "Monica helped us diagnose a complex leak issue. Her knowledge and attention to detail saved us thousands in potential water damage. She's a true professional.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg", avatarAlt: "Sarah Thompson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg", imageAlt: "Sarah Thompson professional"
},
{
id: "3", name: "David Chen, Business Owner", date: "Date: January 2025", title: "Excellent Customer Service", quote: "Christian was incredibly professional and explained everything clearly. Our office plumbing now works perfectly. Best local plumber in Brentwood!", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg", imageAlt: "David Chen satisfied customer"},
id: "3", name: "David Chen, Business Owner", date: "Date: January 2025", title: "Excellent Customer Service", quote: "Christian was incredibly professional and explained everything clearly. Our office plumbing now works perfectly. Best local plumber in Brentwood!", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg", imageAlt: "David Chen satisfied customer"
},
{
id: "4", name: "Jennifer Williams, Homeowner", date: "Date: November 2024", title: "Clean, Reliable Work", quote: "From start to finish, the team was professional and clean. No mess, no fuss, just great plumbing service. I trust them completely.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-vector/smiley-avatars-with-flat-design_23-2147678859.jpg", avatarAlt: "Jennifer Williams", imageSrc: "http://img.b2bpic.net/free-vector/smiley-avatars-with-flat-design_23-2147678859.jpg", imageAlt: "Jennifer Williams happy customer"},
id: "4", name: "Jennifer Williams, Homeowner", date: "Date: November 2024", title: "Clean, Reliable Work", quote: "From start to finish, the team was professional and clean. No mess, no fuss, just great plumbing service. I trust them completely.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-vector/smiley-avatars-with-flat-design_23-2147678859.jpg", avatarAlt: "Jennifer Williams", imageSrc: "http://img.b2bpic.net/free-vector/smiley-avatars-with-flat-design_23-2147678859.jpg", imageAlt: "Jennifer Williams happy customer"
},
{
id: "5", name: "Michael Johnson, Homeowner", date: "Date: October 2024", title: "Honest Pricing and Fast Service", quote: "No hidden fees, no upselling. Just honest assessment and quality work. Brentwood Plumbing fixed our drain issue faster than expected.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-t-shirt-jacket-cap-standing-with-crossed-arms-looking-confident-front-view_176474-58045.jpg", avatarAlt: "Michael Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-man-t-shirt-jacket-cap-standing-with-crossed-arms-looking-confident-front-view_176474-58045.jpg?_wi=2", imageAlt: "Michael Johnson professional"},
id: "5", name: "Michael Johnson, Homeowner", date: "Date: October 2024", title: "Honest Pricing and Fast Service", quote: "No hidden fees, no upselling. Just honest assessment and quality work. Brentwood Plumbing fixed our drain issue faster than expected.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-t-shirt-jacket-cap-standing-with-crossed-arms-looking-confident-front-view_176474-58045.jpg", avatarAlt: "Michael Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-man-t-shirt-jacket-cap-standing-with-crossed-arms-looking-confident-front-view_176474-58045.jpg", imageAlt: "Michael Johnson professional"
},
{
id: "6", name: "Amanda Foster, Homeowner", date: "Date: September 2024", title: "Highly Recommended", quote: "After our first experience with Brentwood Plumbing, we've used them for multiple jobs. Consistent quality and friendly service every time.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg", avatarAlt: "Amanda Foster", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=2", imageAlt: "Amanda Foster satisfied customer"},
id: "6", name: "Amanda Foster, Homeowner", date: "Date: September 2024", title: "Highly Recommended", quote: "After our first experience with Brentwood Plumbing, we've used them for multiple jobs. Consistent quality and friendly service every time.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg", avatarAlt: "Amanda Foster", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg", imageAlt: "Amanda Foster satisfied customer"
},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -155,7 +172,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Brentwood, TN", "Franklin, TN", "Thompson Station, TN", "Nolensville, TN", "Spring Hill, TN", "Williamson County", "Emergency Service Available", "Licensed & Insured"]}
"Brentwood, TN", "Franklin, TN", "Thompson Station, TN", "Nolensville, TN", "Spring Hill, TN", "Williamson County", "Emergency Service Available", "Licensed & Insured"
]}
speed={40}
showCard={true}
/>