Update src/app/page.tsx

This commit is contained in:
2026-05-27 06:33:05 +00:00
parent 3d8e942a73
commit ff8307a8f6

View File

@@ -33,52 +33,34 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Low Cost Plumbing"
brandName="Low Cost Plumbing: Your Local Experts for Affordable Repairs"
button={{
text: "Call Now",
href: "tel:+14258739277",
}}
text: "Call Now", href: "tel:+14258739277"}}
animateOnLoad={true}
/>
</div>
<div id="home" data-section="home">
<HeroLogo
logoText="Low Cost Plumbing"
logoText="Low Cost Plumbing: Your Local Experts for Affordable Repairs"
description="Your trusted local plumbing experts in Renton, WA. We provide reliable and affordable plumbing solutions for your home and business."
buttons={[
{
text: "Get a Free Estimate",
href: "#contact",
},
text: "Get a Free Estimate", href: "#contact"},
{
text: "Call Us Now",
href: "tel:+14258739277",
},
text: "Call Us Now", href: "tel:+14258739277"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/builder-woman-wearing-construction-uniform-safety-helmet-holding-wrenches-raised-hands-with-angry-expression-isolated-green-wall_141793-14593.jpg"
@@ -92,19 +74,13 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "About ",
},
type: "text", content: "About "},
{
type: "text",
content: "Low Cost Plumbing",
},
type: "text", content: "Low Cost Plumbing"},
]}
buttons={[
{
text: "Learn More",
href: "#services",
},
text: "Learn More", href: "#services"},
]}
buttonAnimation="slide-up"
/>
@@ -118,37 +94,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Drain Cleaning",
description: "Expert solutions for clogged drains, ensuring smooth water flow and preventing future blockages.",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990732.jpg",
imageAlt: "Plumber using a drain snake to clear a clogged pipe.",
titleImageSrc: "http://img.b2bpic.net/free-photo/plumber-with-bevel-mower_1368-954.jpg",
buttonText: "Explore Drain Services",
},
title: "Drain Cleaning", description: "Expert solutions for clogged drains, ensuring smooth water flow and preventing future blockages.", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990732.jpg", imageAlt: "Plumber using a drain snake to clear a clogged pipe.", titleImageSrc: "http://img.b2bpic.net/free-photo/plumber-with-bevel-mower_1368-954.jpg", buttonText: "Explore Drain Services"},
{
title: "Leak Detection & Repair",
description: "Advanced techniques to quickly locate and repair leaks, protecting your property from water damage.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hygienic-hand-washing_23-2149218199.jpg",
imageAlt: "Close-up of a plumber fixing a leaky pipe.",
titleImageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg",
buttonText: "Leak Repair Details",
},
title: "Leak Detection & Repair", description: "Advanced techniques to quickly locate and repair leaks, protecting your property from water damage.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hygienic-hand-washing_23-2149218199.jpg", imageAlt: "Close-up of a plumber fixing a leaky pipe.", titleImageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", buttonText: "Leak Repair Details"},
{
title: "Water Heater Services",
description: "Installation, repair, and maintenance for all types of water heaters, ensuring you always have hot water.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53691.jpg",
imageAlt: "New water heater being installed by a technician.",
titleImageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg",
buttonText: "Water Heater Info",
},
title: "Water Heater Services", description: "Installation, repair, and maintenance for all types of water heaters, ensuring you always have hot water.", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53691.jpg", imageAlt: "New water heater being installed by a technician.", titleImageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", buttonText: "Water Heater Info"},
{
title: "Toilet Repair & Installation",
description: "From running toilets to new installations, we provide efficient and reliable toilet services.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746309.jpg",
imageAlt: "Plumber repairing a toilet mechanism.",
titleImageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg",
buttonText: "Toilet Services",
},
title: "Toilet Repair & Installation", description: "From running toilets to new installations, we provide efficient and reliable toilet services.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746309.jpg", imageAlt: "Plumber repairing a toilet mechanism.", titleImageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg", buttonText: "Toilet Services"},
]}
title="Comprehensive Plumbing Services"
description="From leaky faucets to full system installations, our certified plumbers handle it all with expertise and care."
@@ -162,20 +114,11 @@ export default function LandingPage() {
tag="Trusted Quality"
metrics={[
{
id: "1",
value: "25+",
description: "Years in Service",
},
id: "1", value: "25+", description: "Years in Service"},
{
id: "2",
value: "5000+",
description: "Happy Customers",
},
id: "2", value: "5000+", description: "Happy Customers"},
{
id: "3",
value: "24/7",
description: "Emergency Support",
},
id: "3", value: "24/7", description: "Emergency Support"},
]}
metricsAnimation="slide-up"
/>
@@ -189,53 +132,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Faucet & Fixture Repair",
price: "Starting at $150",
variant: "Kitchen & Bath",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746306.jpg",
imageAlt: "Modern kitchen faucet being repaired.",
},
id: "p1", name: "Faucet & Fixture Repair", price: "Starting at $150", variant: "Kitchen & Bath", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746306.jpg", imageAlt: "Modern kitchen faucet being repaired."},
{
id: "p2",
name: "Pipe Replacement",
price: "Custom Quote",
variant: "Residential & Commercial",
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131739.jpg",
imageAlt: "New copper pipes installed in a home.",
},
id: "p2", name: "Pipe Replacement", price: "Custom Quote", variant: "Residential & Commercial", imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131739.jpg", imageAlt: "New copper pipes installed in a home."},
{
id: "p3",
name: "Sewer Line Services",
price: "Starting at $300",
variant: "Inspection & Repair",
imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg",
imageAlt: "Sewer line being inspected with a camera.",
},
id: "p3", name: "Sewer Line Services", price: "Starting at $300", variant: "Inspection & Repair", imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg", imageAlt: "Sewer line being inspected with a camera."},
{
id: "p4",
name: "Sump Pump Installation",
price: "Starting at $500",
variant: "Flood Prevention",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg",
imageAlt: "Sump pump in a basement, ready for installation.",
},
id: "p4", name: "Sump Pump Installation", price: "Starting at $500", variant: "Flood Prevention", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", imageAlt: "Sump pump in a basement, ready for installation."},
{
id: "p5",
name: "Gas Line Services",
price: "Custom Quote",
variant: "Safe & Certified",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-52877.jpg",
imageAlt: "Gas line connection to an appliance.",
},
id: "p5", name: "Gas Line Services", price: "Custom Quote", variant: "Safe & Certified", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-52877.jpg", imageAlt: "Gas line connection to an appliance."},
{
id: "p6",
name: "Backflow Prevention",
price: "Starting at $200",
variant: "Water Safety",
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg",
imageAlt: "Backflow prevention device on a water pipe.",
},
id: "p6", name: "Backflow Prevention", price: "Starting at $200", variant: "Water Safety", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", imageAlt: "Backflow prevention device on a water pipe."},
]}
title="Specialized Plumbing Solutions"
description="Beyond common fixes, we offer advanced plumbing solutions tailored to your unique needs."
@@ -250,50 +157,20 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "t1",
name: "John D.",
handle: "@HappyHomeowner",
testimonial: "Low Cost Plumbing saved us! Quick response, professional service, and very fair pricing. Our clogged drain was fixed in no time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/feedback-results-information-satisfeaction_53876-121336.jpg",
imageAlt: "Smiling man",
},
id: "t1", name: "John D.", handle: "@HappyHomeowner", testimonial: "Low Cost Plumbing saved us! Quick response, professional service, and very fair pricing. Our clogged drain was fixed in no time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/feedback-results-information-satisfeaction_53876-121336.jpg", imageAlt: "Smiling man"},
{
id: "t2",
name: "Sarah P.",
handle: "@LocalBusinessOwner",
testimonial: "Reliable and efficient. They handled our commercial water heater replacement without disrupting our business. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-home-pandemic-giving-thumbs-up-while-looking-laptop_23-2148781377.jpg",
imageAlt: "Smiling woman",
},
id: "t2", name: "Sarah P.", handle: "@LocalBusinessOwner", testimonial: "Reliable and efficient. They handled our commercial water heater replacement without disrupting our business. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-home-pandemic-giving-thumbs-up-while-looking-laptop_23-2148781377.jpg", imageAlt: "Smiling woman"},
{
id: "t3",
name: "Michael R.",
handle: "@RentonResident",
testimonial: "Fantastic service from start to finish. The team was courteous, knowledgeable, and left our home spotless after the repair.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338281.jpg",
imageAlt: "Smiling couple",
},
id: "t3", name: "Michael R.", handle: "@RentonResident", testimonial: "Fantastic service from start to finish. The team was courteous, knowledgeable, and left our home spotless after the repair.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338281.jpg", imageAlt: "Smiling couple"},
{
id: "t4",
name: "Emily K.",
handle: "@PropertyManager",
testimonial: "As a property manager, I need dependable plumbers. Low Cost Plumbing consistently delivers excellent results at competitive rates.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-woman-with-book_23-2147679046.jpg",
imageAlt: "Smiling man in a suit",
},
id: "t4", name: "Emily K.", handle: "@PropertyManager", testimonial: "As a property manager, I need dependable plumbers. Low Cost Plumbing consistently delivers excellent results at competitive rates.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-woman-with-book_23-2147679046.jpg", imageAlt: "Smiling man in a suit"},
{
id: "t5",
name: "David L.",
handle: "@TrustedClient",
testimonial: "My go-to for all plumbing issues. They're always on time, transparent with pricing, and truly skilled. A real gem in Renton!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-garden_1398-1294.jpg",
imageAlt: "Smiling senior woman",
},
id: "t5", name: "David L.", handle: "@TrustedClient", testimonial: "My go-to for all plumbing issues. They're always on time, transparent with pricing, and truly skilled. A real gem in Renton!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-garden_1398-1294.jpg", imageAlt: "Smiling senior woman"},
]}
showRating={true}
title="What Our Customers Say"
@@ -307,30 +184,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "What areas do you serve?",
content: "We primarily serve Renton, WA, and the surrounding King County areas. Please contact us to confirm service availability in your specific location.",
},
id: "f1", title: "What areas do you serve?", content: "We primarily serve Renton, WA, and the surrounding King County areas. Please contact us to confirm service availability in your specific location."},
{
id: "f2",
title: "Do you offer emergency plumbing services?",
content: "Yes, we understand plumbing emergencies can happen anytime. We offer 24/7 emergency services. Call us directly for immediate assistance.",
},
id: "f2", title: "Do you offer emergency plumbing services?", content: "Yes, we understand plumbing emergencies can happen anytime. We offer 24/7 emergency services. Call us directly for immediate assistance."},
{
id: "f3",
title: "How much do your services cost?",
content: "Our pricing varies depending on the service and complexity of the job. We offer transparent, upfront estimates after an initial assessment, ensuring no hidden fees.",
},
id: "f3", title: "How much do your services cost?", content: "Our pricing varies depending on the service and complexity of the job. We offer transparent, upfront estimates after an initial assessment, ensuring no hidden fees."},
{
id: "f4",
title: "Are your plumbers licensed and insured?",
content: "Absolutely. All our plumbers are fully licensed, certified, and insured, guaranteeing professional and reliable service every time.",
},
id: "f4", title: "Are your plumbers licensed and insured?", content: "Absolutely. All our plumbers are fully licensed, certified, and insured, guaranteeing professional and reliable service every time."},
{
id: "f5",
title: "What types of payment do you accept?",
content: "We accept various payment methods including major credit cards, debit cards, and checks. Payment plans can also be discussed for larger projects.",
},
id: "f5", title: "What types of payment do you accept?", content: "We accept various payment methods including major credit cards, debit cards, and checks. Payment plans can also be discussed for larger projects."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our plumbing services and policies."
@@ -342,8 +204,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "rotated-rays-static-grid",
}}
variant: "rotated-rays-static-grid"}}
tag="Get in Touch"
title="Contact Low Cost Plumbing Today!"
description="Have a plumbing emergency or need a service quote? Reach out to us directly via phone or fill out the form below."
@@ -356,61 +217,38 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Low Cost Plumbing"
logoText="Low Cost Plumbing: Your Local Experts for Affordable Repairs"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Drain Cleaning",
href: "#services",
},
label: "Drain Cleaning", href: "#services"},
{
label: "Leak Repair",
href: "#services",
},
label: "Leak Repair", href: "#services"},
{
label: "Water Heaters",
href: "#services",
},
label: "Water Heaters", href: "#services"},
{
label: "Pipe Replacement",
href: "#solutions",
},
label: "Pipe Replacement", href: "#solutions"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "(425) 873-9277",
href: "tel:+14258739277",
},
label: "(425) 873-9277", href: "tel:+14258739277"},
{
label: "3915 Talbot Rd S, Renton, WA",
href: "https://www.google.com/maps/search/3915+Talbot+Rd+S+Renton,+WA+98055",
},
label: "3915 Talbot Rd S, Renton, WA", href: "https://www.google.com/maps/search/3915+Talbot+Rd+S+Renton,+WA+98055"},
],
},
]}
@@ -420,4 +258,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}