Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-08 04:04:23 +00:00

View File

@@ -9,7 +9,7 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { AlertCircle, Award, Zap, Shield, CheckCircle, Eye, Wrench, Phone, Truck } from "lucide-react";
import { AlertCircle, Award, Zap, Shield, CheckCircle, Eye, Wrench, Phone, Truck, MapPin } from "lucide-react";
export default function LandingPage() {
const handleCallNow = () => {
@@ -59,7 +59,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "CALL NOW", onClick: handleCallNow,
text: "CALL NOW: 718-241-4200", onClick: handleCallNow,
}}
animateOnLoad={true}
/>
@@ -67,10 +67,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
tag="24/7 Emergency Service"
tag="24/7 Emergency Service • Brooklyn Service Area"
tagIcon={AlertCircle}
title="Brooklyn's Trusted Sewer & Drain Cleaning Experts"
description="Fast response • 24/7 Emergency Service • 5.0 ⭐ Rated by 305+ Happy Customers • Local Brooklyn Specialists You Can Trust"
description="Fast response • 24/7 Emergency Service • 5-Star Rated (305+ Reviews) • Local Brooklyn Specialists You Can Trust"
background={{ variant: "plain" }}
leftCarouselItems={[
{
@@ -101,7 +101,7 @@ export default function LandingPage() {
"http://img.b2bpic.net/free-photo/need-help-unhappy-woman-crouching-near-leaking-water-tap-home_259150-58305.jpg?_wi=2", imageAlt: "Professional technician working"},
]}
buttons={[
{ text: "CALL NOW (718) 241-4200", onClick: handleCallNow },
{ text: "CALL NOW: 718-241-4200", onClick: handleCallNow },
{ text: "Get Free Estimate", onClick: handleGetFreeEstimate },
]}
tagAnimation="slide-up"
@@ -115,7 +115,7 @@ export default function LandingPage() {
tag="Over 25 Years Experience"
tagIcon={Award}
title="Why Brooklyn Homeowners Trust Perfect Sewer & Drain"
description="Over 300 satisfied customers across Brooklyn. We specialize in fast, reliable sewer and drain cleaning with 24/7 emergency response. Our technicians arrive within an hour and solve complex clogs that other companies can't handle."
description="Over 305 satisfied customers across Brooklyn with 5-star ratings. We specialize in fast, reliable sewer and drain cleaning with 24/7 emergency response. Our technicians arrive within an hour and solve complex clogs that other companies can't handle."
metrics={[
{ value: "305+", title: "5-Star Reviews" },
{ value: "<1 HR", title: "Average Response Time" },
@@ -131,13 +131,13 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardTen
title="Our Services"
description="Complete sewer and drain solutions for Brooklyn homeowners and property managers"
description="Complete sewer and drain solutions for Brooklyn homeowners and property managers. We serve the entire Brooklyn area with 24/7 emergency response."
tag="Services"
tagAnimation="slide-up"
features={[
{
id: "1", title: "Drain Cleaning", description:
"Professional drain cleaning using modern equipment. We clear clogs quickly and efficiently, restoring proper water flow to your pipes.", media: {
"Professional drain cleaning using modern equipment. We clear clogs quickly and efficiently, restoring proper water flow to your pipes. Available 24 hours for emergency situations.", media: {
imageSrc:
"http://img.b2bpic.net/free-vector/plumber-isometric-icons-set_1284-19497.jpg?_wi=2"},
items: [
@@ -149,7 +149,7 @@ export default function LandingPage() {
},
{
id: "2", title: "Sewer Line Cleaning", description:
"Advanced camera inspection and professional sewer line cleaning. We identify problems and clear blockages in your main line.", media: {
"Advanced camera inspection and professional sewer line cleaning. We identify problems and clear blockages in your main line. 24/7 emergency messaging available.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51414.jpg?_wi=2"},
items: [
@@ -161,7 +161,7 @@ export default function LandingPage() {
},
{
id: "3", title: "Emergency Plumbing", description:
"24/7 emergency plumbing service for urgent situations. Toilet overflows, burst pipes, sewage backups—we're here day or night.", media: {
"24/7 emergency plumbing service for urgent situations. Toilet overflows, burst pipes, sewage backups—we're here day or night with rapid response throughout Brooklyn.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-relaxing-office-repair-shop_637285-11573.jpg?_wi=2"},
items: [
@@ -181,7 +181,7 @@ export default function LandingPage() {
<div id="why-us" data-section="why-us">
<ProductCardTwo
title="Why Choose Perfect Sewer & Drain"
description="Industry-leading service with proven results across Brooklyn"
description="Industry-leading service with proven results across Brooklyn. 305+ 5-star reviews, 24/7 emergency response, and local expertise."
tag="Benefits"
textboxLayout="default"
animationType="slide-up"
@@ -193,11 +193,11 @@ export default function LandingPage() {
reviewCount: "Always", imageSrc:
"http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-relaxing-office-repair-shop_637285-11573.jpg?_wi=3", imageAlt: "Fast response service"},
{
id: "2", brand: "Availability", name: "24/7 Emergency Service", price: "Open 24 Hours Daily", rating: 5,
id: "2", brand: "24/7 Service", name: "24/7 Emergency Service", price: "Call (718) 241-4200", rating: 5,
reviewCount: "Every Day", imageSrc:
"http://img.b2bpic.net/free-photo/need-help-unhappy-woman-crouching-near-leaking-water-tap-home_259150-58305.jpg?_wi=4", imageAlt: "24/7 service"},
{
id: "3", brand: "Expertise", name: "Local Brooklyn Experts", price: "25+ Years Experience", rating: 5,
id: "3", brand: "Location", name: "Brooklyn Service Area", price: "25+ Years Local Experience", rating: 5,
reviewCount: "Trusted", imageSrc:
"http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51414.jpg?_wi=3", imageAlt: "Expert technicians"},
]}
@@ -206,9 +206,9 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardFifteen
testimonial="David came to the rescue when I called at 10pm on a Friday night. He arrived in under an hour and fixed our main line backup. Professional, courteous, and incredibly skilled. Highly recommend!"
testimonial="David came to the rescue when I called at 10pm on a Friday night. He arrived in under an hour and fixed our main line backup. Professional, courteous, and incredibly skilled. Highly recommend! 5 stars!"
rating={5}
author="John Martinez, Homeowner"
author="John Martinez, Brooklyn Homeowner"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-smiling-cheerfully-pointin-with-thumbs-back_141793-55345.jpg", alt: "Customer testimonial"},
@@ -231,16 +231,16 @@ export default function LandingPage() {
<div id="emergency-cta" data-section="emergency-cta">
<ContactCenter
tag="Emergency Help"
tag="24 Hour Emergency Plumber"
title="Got a Clogged Drain Right Now?"
description="Don't wait. Call Perfect Sewer & Drain for fast, professional help. We respond within the hour, 24/7."
description="Don't wait. Call Perfect Sewer & Drain at (718) 241-4200 for fast, professional help. We respond within the hour, 24/7. Message us anytime for 24-hour emergency plumbing assistance."
tagIcon={Phone}
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your phone number"
buttonText="Get Help Now"
termsText="We respect your privacy. Call now for immediate assistance."
buttonText="CALL NOW: 718-241-4200"
termsText="We respect your privacy. Call now for immediate assistance. Available 24 hours daily."
onSubmit={handleGetHelpNow}
/>
</div>
@@ -249,14 +249,14 @@ export default function LandingPage() {
<ContactCenter
tag="Get Your Free Quote"
title="Request Service or Schedule an Inspection"
description="Fill out the form below or call us directly at (718) 241-4200. We'll respond within 24 hours with a free estimate."
description="Fill out the form below or call us directly at (718) 241-4200. We serve the entire Brooklyn area and respond within 24 hours with a free estimate."
tagIcon={AlertCircle}
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Request Service"
termsText="We'll contact you to confirm your appointment. Standard rates apply."
termsText="We'll contact you to confirm your appointment. We serve Brooklyn area. Standard rates apply."
onSubmit={handleRequestService}
/>
</div>
@@ -266,21 +266,21 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-130.jpg"
imageAlt="Professional plumbing pipes"
logoText="Perfect Sewer & Drain Cleaning"
copyrightText="© 2025 Perfect Sewer & Drain Cleaning Service. All rights reserved."
copyrightText="© 2025 Perfect Sewer & Drain Cleaning Service. All rights reserved. Brooklyn, NY."
columns={[
{
title: "Services", items: [
{ label: "Drain Cleaning", href: "#services" },
{ label: "Sewer Cleaning", href: "#services" },
{ label: "Emergency Plumbing", href: "#services" },
{ label: "Emergency Plumbing", href: "#emergency-cta" },
{ label: "Camera Inspection", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#trust" },
{ label: "Reviews", href: "#reviews" },
{ label: "Service Areas", href: "#" },
{ label: "Reviews (305+)", href: "#reviews" },
{ label: "Brooklyn Service Area", href: "#services" },
{ label: "Contact", href: "#contact" },
],
},
@@ -289,8 +289,8 @@ export default function LandingPage() {
{ label: "Call: (718) 241-4200", href: "tel:(718)241-4200" },
{
label: "1318 Gravesend Neck Rd, Brooklyn, NY 11229", href: "#"},
{ label: "Open 24 Hours Daily", href: "#" },
{ label: "Emergency Service Available", href: "#" },
{ label: "24 Hour Emergency Service", href: "#emergency-cta" },
{ label: "5-Star Rated (305+ Reviews)", href: "#reviews" },
],
},
]}