8 Commits

Author SHA1 Message Date
58858a90e8 Update src/app/layout.tsx 2026-03-08 21:05:30 +00:00
933f8f0cb2 Update src/app/styles/variables.css 2026-03-08 21:04:42 +00:00
f835332b87 Update src/app/page.tsx 2026-03-08 21:04:41 +00:00
0cec542454 Update src/app/layout.tsx 2026-03-08 21:04:41 +00:00
4b6361aa7b Merge version_1 into main
Merge version_1 into main
2026-03-08 20:56:12 +00:00
56f8d8cc15 Merge version_1 into main
Merge version_1 into main
2026-03-08 20:55:27 +00:00
92f3e9ffc6 Merge version_1 into main
Merge version_1 into main
2026-03-08 20:54:15 +00:00
410cad2fa2 Merge version_1 into main
Merge version_1 into main
2026-03-08 20:53:08 +00:00
3 changed files with 57 additions and 1444 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@ import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { AlertCircle, Clock, Phone, Quote, Shield, Star, Users } from "lucide-react";
import { AlertCircle, Clock, Phone, Shield, Star, Users, Droplet, Wrench, AlertTriangle, Home } from "lucide-react";
export default function LandingPage() {
return (
@@ -26,7 +26,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Exclusive Plumbing"
brandName="A Priority Sewer And Drainage"
navItems={[
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-us" },
@@ -34,15 +34,15 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Call Now", href: "tel:(708) 374-0079"
text: "Call Now", href: "tel:(708) 492-0194"
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="Reliable Plumbing Services Available 24/7"
description="Fast response. Fair pricing. Professional plumbers you can trust. Licensed, insured, and serving Chicago suburbs for emergency repairs, drain cleaning, and all your plumbing needs."
title="Trusted Sewer & Plumbing Services in Northlake Available 24/7"
description="Reliable plumbing solutions with honest pricing and professional service. Local plumber serving Northlake, Melrose Park, Franklin Park, Elmhurst, and Bellwood. Fast response, fair pricing, trusted by families and businesses."
tag="24/7 Emergency Service"
tagIcon={AlertCircle}
tagAnimation="slide-up"
@@ -77,7 +77,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Call Now (708) 374-0079", href: "tel:(708) 374-0079"
text: "Call Now (708) 492-0194", href: "tel:(708) 492-0194"
},
{
text: "Request Service", href: "#contact"
@@ -90,11 +90,11 @@ export default function LandingPage() {
<div id="trust-metrics" data-section="trust-metrics">
<AboutMetric
title="Trusted by Chicago Families & Businesses"
title="Why Local Families & Businesses Trust A Priority Sewer And Drainage"
metrics={[
{ icon: Star, label: "Google Rating", value: "4.8★" },
{ icon: Users, label: "Verified Reviews", value: "106+" },
{ icon: Clock, label: "Average Response", value: "1 Hour" },
{ icon: Star, label: "Google Rating", value: "5.0★" },
{ icon: Users, label: "Customer Reviews", value: "14+" },
{ icon: Clock, label: "24/7 Service", value: "Always Ready" },
{ icon: Shield, label: "Licensed & Insured", value: "100%" },
]}
metricsAnimation="slide-up"
@@ -105,11 +105,11 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardNine
title="Our Services"
description="Comprehensive plumbing solutions for homes and businesses across Chicago suburbs."
description="Comprehensive plumbing and sewer solutions for homes and businesses across the Northlake area."
features={[
{
id: 1,
title: "Emergency Plumbing", description: "Available 24/7 for urgent pipe breaks, burst water lines, and critical plumbing emergencies. We respond quickly to minimize damage and water loss.", phoneOne: {
title: "Sewer Repair", description: "Professional sewer line repair and replacement. We diagnose problems quickly and provide lasting solutions to prevent sewage backups and costly damage.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148565808.jpg?_wi=1"
},
phoneTwo: {
@@ -118,7 +118,7 @@ export default function LandingPage() {
},
{
id: 2,
title: "Drain Cleaning", description: "Professional drain cleaning and unclogging services. We use advanced equipment to clear stubborn blockages and restore proper flow.", phoneOne: {
title: "Drain Cleaning", description: "Professional drain cleaning and unclogging services. We use advanced equipment to clear stubborn blockages and restore proper water flow.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148565808.jpg?_wi=2"
},
phoneTwo: {
@@ -127,7 +127,7 @@ export default function LandingPage() {
},
{
id: 3,
title: "Leak Repair & Detection", description: "Expert leak detection and repair. We identify hidden leaks early to prevent water damage and high utility bills.", phoneOne: {
title: "Pipe Repair", description: "Expert pipe repair and replacement for burst pipes, leaks, and corroded lines. Fast, reliable solutions to keep your water system running smoothly.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148565808.jpg?_wi=3"
},
phoneTwo: {
@@ -136,7 +136,7 @@ export default function LandingPage() {
},
{
id: 4,
title: "Bathroom & Kitchen Plumbing", description: "Complete bathroom and kitchen plumbing services including faucet repair, toilet replacement, and fixture installation.", phoneOne: {
title: "Emergency Plumbing", description: "24/7 emergency plumbing service for urgent situations. We respond quickly to burst pipes, major leaks, and sewage backups to minimize damage.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148565808.jpg?_wi=4"
},
phoneTwo: {
@@ -153,33 +153,33 @@ export default function LandingPage() {
<div id="why-us" data-section="why-us">
<TestimonialCardThirteen
title="Why Choose Exclusive Plumbing"
description="Hear what our customers say about our fast response, fair pricing, and professional service."
title="Why Choose A Priority Sewer And Drainage"
description="Honest pricing. Professional work. Fast response. Trusted local plumber serving Northlake for years."
showRating={true}
testimonials={[
{
id: "1", name: "Sarah Martinez", handle: "@sarah_m", testimonial: "Responded within an hour and explained everything clearly. Fair price and fixed our leak quickly. Will definitely call them again!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", imageAlt: "Sarah Martinez"
id: "1", name: "Honest Work", handle: "@trusted_plumber", testimonial: "We believe in fair pricing and transparent communication. No hidden fees, no surprises. Just honest work done right the first time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", imageAlt: "Professional service"
},
{
id: "2", name: "James Rodriguez", handle: "@james_r", testimonial: "Very reliable and professional. Fixed our faucet leak quickly and professionally. Great communication throughout the process.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg", imageAlt: "James Rodriguez"
id: "2", name: "Fair Pricing", handle: "@affordable_service", testimonial: "Competitive rates without sacrificing quality. We provide estimates upfront so you know exactly what you'll pay. No overcharging, just value.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg", imageAlt: "Fair pricing"
},
{
id: "3", name: "Patricia Lopez", handle: "@patricia_l", testimonial: "Emergency call at midnight and they showed up on time. Professional work and fair pricing. Highly recommend Exclusive Plumbing!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg", imageAlt: "Patricia Lopez"
id: "3", name: "High Quality", handle: "@quality_repairs", testimonial: "Every job is done to the highest standard. We use quality materials and expert techniques to ensure your plumbing lasts for years to come.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg", imageAlt: "Quality work"
},
{
id: "4", name: "Michael Chen", handle: "@michael_c", testimonial: "Latino-owned business that treats you like family. Fast service, transparent pricing, and excellent workmanship. Five stars!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-sofa_329181-2683.jpg", imageAlt: "Michael Chen"
id: "4", name: "Fast Response", handle: "@quick_service", testimonial: "24/7 availability means we're here when you need us. Typical response time of 1 hour for emergencies. We don't waste your time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-sofa_329181-2683.jpg", imageAlt: "Quick response"
},
{
id: "5", name: "David Thompson", handle: "@david_t", testimonial: "Had a major drain issue and they fixed it right away. Clear explanation of the problem and solution. Great value for money.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-agent-mature-customer-meeting-cup-coffee-co-working-sitting-table-holding-documents_74855-15204.jpg", imageAlt: "David Thompson"
id: "5", name: "Local Trusted", handle: "@local_business", testimonial: "Serving the Northlake community for years. We're your neighbors who understand local plumbing issues and provide reliable, trusted service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-agent-mature-customer-meeting-cup-coffee-co-working-sitting-table-holding-documents_74855-15204.jpg", imageAlt: "Local service"
},
{
id: "6", name: "Angela Vasquez", handle: "@angela_v", testimonial: "LGBTQ+ friendly business that delivers exceptional service. Professional, trustworthy, and always available when we need them.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg", imageAlt: "Angela Vasquez"
id: "6", name: "Experienced Team", handle: "@experienced_techs", testimonial: "Our technicians have years of experience handling all types of plumbing and sewer issues. You can trust they'll get it right.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg", imageAlt: "Experienced team"
},
]}
textboxLayout="default"
@@ -191,29 +191,29 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Need a Plumber Now?"
ctaDescription="Don't wait for plumbing problems to get worse. Call us immediately for fast, professional service."
ctaDescription="Don't wait for plumbing problems to get worse. Call us immediately for fast, professional service. We're available 24/7 for emergencies."
ctaButton={{
text: "Call (708) 374-0079", href: "tel:(708) 374-0079"
text: "Call (708) 492-0194", href: "tel:(708) 492-0194"
}}
ctaIcon={Phone}
faqs={[
{
id: "1", title: "Do you offer emergency service?", content: "Yes! We provide 24/7 emergency plumbing service for urgent situations like burst pipes, major leaks, and sewage backups. Call us anytime and we'll dispatch a technician quickly."
id: "1", title: "Do you offer emergency service?", content: "Yes! We provide 24/7 emergency plumbing service for urgent situations like burst pipes, major leaks, and sewage backups. Call us anytime and we'll dispatch a technician quickly to minimize damage."
},
{
id: "2", title: "What areas do you serve?", content: "We serve Chicago and all surrounding suburbs. We're a local, Latino-owned business committed to serving our community with fast response times and fair pricing."
id: "2", title: "What areas do you serve?", content: "We serve Northlake, Melrose Park, Franklin Park, Elmhurst, Bellwood, and surrounding areas. We're a local business committed to serving our community with fast response times and fair pricing."
},
{
id: "3", title: "How much do your services cost?", content: "We offer transparent, competitive pricing with no hidden fees. We provide free estimates for most services so you know the cost upfront. Emergency calls have a service fee, but we won't overcharge."
id: "3", title: "How much do your services cost?", content: "We offer transparent, competitive pricing with no hidden fees. We provide free estimates for most services so you know the cost upfront. Emergency calls have a service charge, but we won't overcharge for repairs."
},
{
id: "4", title: "Are you licensed and insured?", content: "Yes, we are fully licensed, insured, and bonded. You can trust that your home and our work are protected. Ask to see our credentials when we arrive."
id: "4", title: "Are you licensed and insured?", content: "Yes, we are fully licensed, insured, and bonded. Your home and our work are fully protected. Ask to see our credentials when we arrive for service."
},
{
id: "5", title: "How quickly can you respond?", content: "We typically respond to emergency calls within 1 hour during business hours and offer same-day service for most urgent issues. For non-emergencies, we schedule appointments at your convenience."
id: "5", title: "How quickly can you respond?", content: "We typically respond to emergency calls within 1 hour during business hours. For non-emergencies, we schedule appointments at your convenience. Same-day service is often available."
},
{
id: "6", title: "What payment methods do you accept?", content: "We accept cash, check, credit cards, and digital payment options. We also offer financing options for larger projects. Ask us about our payment plans."
id: "6", title: "What payment methods do you accept?", content: "We accept cash, check, credit cards, and digital payment options. We also work with customers on pricing for larger projects. Contact us to discuss payment options."
},
]}
useInvertedBackground={false}
@@ -235,24 +235,24 @@ export default function LandingPage() {
},
{
title: "Contact", items: [
{ label: "Call (708) 374-0079", href: "tel:(708) 374-0079" },
{ label: "24/7 Emergency Service", href: "tel:(708) 374-0079" },
{ label: "Call (708) 492-0194", href: "tel:(708) 492-0194" },
{ label: "24/7 Emergency Service", href: "tel:(708) 492-0194" },
{ label: "280 E Village Dr, Northlake, IL 60164", href: "#" },
{ label: "Request Service", href: "#contact" },
{ label: "Email Support", href: "mailto:info@exclusiveplumbing.com" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Our Team", href: "#" },
{ label: "Service Area", href: "#" },
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
]}
copyrightText="© 2025 Exclusive Plumbing. Latino-owned & LGBTQ+ friendly. Licensed & Insured."
copyrightText="© 2025 A Priority Sewer And Drainage Ltd. Licensed & Insured. Serving Northlake & surrounding areas."
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--foreground: #1e3a8a;
--primary-cta: #1e3a8a;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #f97316;
--background-accent: #fed7aa;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);