Merge version_1 into main #1

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

View File

@@ -9,7 +9,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Award, Building, CheckCircle, Clock, CurrencyDollar, Facebook, Filter, Instagram, Linkedin, Pipe, Thermometer, Twitter, Water, Wrench } from "lucide-react";
import { Award, Building, CheckCircle, Clock, DollarSign, Facebook, Faucet, Filter, Instagram, Linkedin, Droplet, Thermometer, Twitter, Wrench } from "lucide-react";
export default function Page() {
return (
@@ -53,7 +53,6 @@ export default function Page() {
mediaAnimation="slide-up"
frameStyle="card"
ariaLabel="Hero section with Royal Plumbing & Heating branding"
useInvertedBackground={false}
/>
</div>
@@ -62,7 +61,7 @@ export default function Page() {
title="Why Homeowners Trust Royal Plumbing & Heating"
description="For decades, Royal Plumbing & Heating has been the gold standard for reliable and efficient service. Our commitment to excellence, clear communication, and experienced technicians ensures every job is done right, the first time."
bulletPoints={[
{ title: "Transparent Pricing", description: "No hidden fees, just fair and upfront quotes for every service.", icon: CurrencyDollar },
{ title: "Transparent Pricing", description: "No hidden fees, just fair and upfront quotes for every service.", icon: DollarSign },
{ title: "Certified Experts", description: "Our technicians are rigorously trained, experienced, and dedicated to solving your toughest challenges.", icon: Award },
{ title: "24/7 Emergency Service", description: "We're here when you need us most, with rapid response for urgent repairs.", icon: Clock },
{ title: "Long-Term Solutions", description: "Focusing on durable repairs and lasting systems, not just quick fixes.", icon: CheckCircle }
@@ -81,8 +80,8 @@ export default function Page() {
title="Our Comprehensive Plumbing & Heating Services"
description="From routine maintenance to emergency repairs, Royal P&H offers a full spectrum of services to keep your home comfortable and safe."
features={[
{ icon: Pipe, title: "Sewer & Drain Cleaning", description: "Advanced solutions for clogged drains and reliable sewer line repairs, ensuring clear flow." },
{ icon: Water, title: "Water Heater Services", description: "Expert installation, repair, and maintenance for all types of water heaters, including tankless." },
{ icon: Faucet, title: "Sewer & Drain Cleaning", description: "Advanced solutions for clogged drains and reliable sewer line repairs, ensuring clear flow." },
{ icon: Droplet, title: "Water Heater Services", description: "Expert installation, repair, and maintenance for all types of water heaters, including tankless." },
{ icon: Thermometer, title: "Heating System Repair", description: "Reliable diagnostics and repair for furnaces, boilers, and heat pumps to restore comfort." },
{ icon: Wrench, title: "General Plumbing Repairs", description: "Fixing leaks, burst pipes, faucet issues, and all residential plumbing problems swiftly." },
{ icon: Filter, title: "Water Filtration & Softening", description: "Improving your home's water quality with custom filtration and softening systems for healthier water." },
@@ -115,6 +114,7 @@ export default function Page() {
<SocialProofOne
title="Trusted Partners & Community Members"
description="We're proud to serve our community and maintain long-standing relationships with local businesses and organizations."
names={["Trusted Partner 1", "Trusted Partner 2", "Trusted Partner 3", "Trusted Partner 4", "Trusted Partner 5", "Trusted Partner 6", "Trusted Partner 7"]}
logos={[
"https://pixabay.com/get/gfc5b3151287c3404c4d8cb415f1ce928e8cdef7f7174988afb769f4eb393f4561e0ee6134f09eadde8a4649516b057c5c5740e9ad25aa6b80fe4620faf8a6458_1280.jpg", "https://pixabay.com/get/g0de5884621834e635ef85386683b4b9c15e63aadf5f89dd7aaddc4663142825a7365ac240ce042d42ceb11de14d2d5df8ed67ff9f67046e3fb1b98f3b3e199d8_1280.jpg", "https://pixabay.com/get/g1111125b291251bd981bfcfa49a16e4bfb01d5481995c35d884ae64fd0ddabadda347439980dfda3b67a3c290c8f479de97efb692a08d51c6bbd03f1b62d2d96_1280.jpg", "https://pixabay.com/get/g013a47a765292b4b389081c41d83cc491a089c5d4aa0382d1f8389e32ef7b0c816b810cf5ce944920b24fde2ac313a0e857ffe0d5495ba93b276b735d70df8a8_1280.jpg", "https://pixabay.com/get/g3461077b57b50b341274e01c9c002b3c4e83b306835ce27dc868ef3b49b36131d28e88e5084b0b2cec3698309c5060a6cc6620f80524ea19e0bc95298145447b_1280.jpg", "https://pixabay.com/get/gdb475909d9cdad2fc90092d154421a955c3532a3e84fa082946192b97991e95f95875a547c47de7d6400976ac3cdcb3ada798303f2543f8694e94a91076a0bb9_1280.jpg", "https://pixabay.com/get/g337946137d55a32522eddbebb066dc9b4a04361fd1bab5fadef1c682bc7eba0ffea4e9f34f4fad467fbd13c520b480d896911dd7ea2e33668710b086800e43a8_1280.jpg"
]}
@@ -135,7 +135,7 @@ export default function Page() {
{ text: "Call Now: (123) 456-7890", href: "tel:1234567890" },
{ text: "Request a Quote", href: "#" }
]}
background={{ variant: "noise" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
ariaLabel="Contact section with emergency call to action"
/>