Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-02 19:32:06 +00:00
6 changed files with 65 additions and 257 deletions

View File

@@ -25,7 +25,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -64,28 +64,16 @@ export default function AboutPage() {
features={[
{
id: 1,
title: "Local Expertise",
description: "We've been serving Jersey City for years, knowing our neighborhoods, dealing with our unique plumbing challenges, and building trust one satisfied customer at a time.",
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=2",
},
title: "Local Expertise", description: "We've been serving Jersey City for years, knowing our neighborhoods, dealing with our unique plumbing challenges, and building trust one satisfied customer at a time.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg"},
{
id: 2,
title: "Emergency-Ready",
description: "Plumbing emergencies don't follow 9-to-5 schedules. We're open 24/7/365 because we understand that water damage can strike at any moment.",
imageSrc: "http://img.b2bpic.net/free-vector/24-hours-open-service-everyday-banner-with-clock-sign_1017-52830.jpg?_wi=2",
},
title: "Emergency-Ready", description: "Plumbing emergencies don't follow 9-to-5 schedules. We're open 24/7/365 because we understand that water damage can strike at any moment.", imageSrc: "http://img.b2bpic.net/free-vector/24-hours-open-service-everyday-banner-with-clock-sign_1017-52830.jpg"},
{
id: 3,
title: "Honesty & Transparency",
description: "No hidden fees. No upselling unnecessary services. We explain the problem, show you options, and let you choose what's best for your home and wallet.",
imageSrc: "http://img.b2bpic.net/free-photo/shipping-document-laptop-connection-homepage_53876-138115.jpg?_wi=3",
},
title: "Honesty & Transparency", description: "No hidden fees. No upselling unnecessary services. We explain the problem, show you options, and let you choose what's best for your home and wallet.", imageSrc: "http://img.b2bpic.net/free-photo/shipping-document-laptop-connection-homepage_53876-138115.jpg"},
{
id: 4,
title: "Professional Standards",
description: "All our plumbers are licensed, insured, and continuously trained. We maintain the highest industry standards to protect your home and your investment.",
imageSrc: "http://img.b2bpic.net/free-vector/patented-stamp-design-collection_23-2149788647.jpg?_wi=3",
},
title: "Professional Standards", description: "All our plumbers are licensed, insured, and continuously trained. We maintain the highest industry standards to protect your home and your investment.", imageSrc: "http://img.b2bpic.net/free-vector/patented-stamp-design-collection_23-2149788647.jpg"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -103,7 +91,7 @@ export default function AboutPage() {
{ text: "📞 Call (201) 639-2779", href: "tel:2016392779" },
{ text: "Contact Us", href: "/contact" },
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -24,7 +24,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -48,35 +48,17 @@ export default function ContactPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "How quickly can you respond to an emergency?",
content: "We respond to emergency calls within 1-2 hours in most cases. Call us immediately at (201) 639-2779 and we'll dispatch a plumber right away. Our goal is to minimize water damage and restore your home as quickly as possible.",
},
id: "1", title: "How quickly can you respond to an emergency?", content: "We respond to emergency calls within 1-2 hours in most cases. Call us immediately at (201) 639-2779 and we'll dispatch a plumber right away. Our goal is to minimize water damage and restore your home as quickly as possible."},
{
id: "2",
title: "Do you charge extra for emergency calls at night?",
content: "No. We maintain the same transparent pricing 24/7. You'll get a free estimate before we start work, day or night. There are no additional charges for late-night or weekend calls.",
},
id: "2", title: "Do you charge extra for emergency calls at night?", content: "No. We maintain the same transparent pricing 24/7. You'll get a free estimate before we start work, day or night. There are no additional charges for late-night or weekend calls."},
{
id: "3",
title: "What areas of Jersey City do you serve?",
content: "We serve all of Jersey City including Journal Square, The Heights, Downtown, Bergen-Lafayette, Greenville, and surrounding Hudson County areas. If you're unsure about your area, call us and we'll let you know.",
},
id: "3", title: "What areas of Jersey City do you serve?", content: "We serve all of Jersey City including Journal Square, The Heights, Downtown, Bergen-Lafayette, Greenville, and surrounding Hudson County areas. If you're unsure about your area, call us and we'll let you know."},
{
id: "4",
title: "Do you guarantee your work?",
content: "Yes. All repairs come with a satisfaction guarantee. If you're not happy with the work, we'll make it right. We stand behind every job we do.",
},
id: "4", title: "Do you guarantee your work?", content: "Yes. All repairs come with a satisfaction guarantee. If you're not happy with the work, we'll make it right. We stand behind every job we do."},
{
id: "5",
title: "Can you help with water heater problems?",
content: "Absolutely. We repair and replace all types of water heaters including tankless models. We can install a new unit the same day in most cases, so you're not left without hot water.",
},
id: "5", title: "Can you help with water heater problems?", content: "Absolutely. We repair and replace all types of water heaters including tankless models. We can install a new unit the same day in most cases, so you're not left without hot water."},
{
id: "6",
title: "Do you offer free estimates?",
content: "Yes. We provide free estimates on all jobs. We'll discuss options and pricing before any work begins. You'll know exactly what the repair will cost before we start.",
},
id: "6", title: "Do you offer free estimates?", content: "Yes. We provide free estimates on all jobs. We'll discuss options and pricing before any work begins. You'll know exactly what the repair will cost before we start."},
]}
/>
</div>
@@ -91,7 +73,7 @@ export default function ContactPage() {
{ text: "📞 Call (201) 639-2779", href: "tel:2016392779" },
{ text: "Request Free Estimate", href: "mailto:info@plumberjerseyc.example.com" },
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -4,35 +4,21 @@ import { Inter } from "next/font/google";
import "./globals.css";
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "24-Hour Emergency Plumber in Jersey City | Fast & Reliable",
description: "Emergency plumbing service in Jersey City, NJ. Licensed, insured, same-day service available 24/7. Call (201) 639-2779 for fast response.",
keywords: "plumber Jersey City, emergency plumber, 24 hour plumbing, water heater repair, drain cleaning, Jersey City NJ",
metadataBase: new URL("https://plumberjerseyc.example.com"),
title: "24-Hour Emergency Plumber in Jersey City | Fast & Reliable", description: "Emergency plumbing service in Jersey City, NJ. Licensed, insured, same-day service available 24/7. Call (201) 639-2779 for fast response.", keywords: "plumber Jersey City, emergency plumber, 24 hour plumbing, water heater repair, drain cleaning, Jersey City NJ", metadataBase: new URL("https://plumberjerseyc.example.com"),
alternates: {
canonical: "https://plumberjerseyc.example.com",
},
canonical: "https://plumberjerseyc.example.com"},
openGraph: {
title: "24-Hour Emergency Plumber in Jersey City",
description: "When disaster strikes, we're on our way. Same-day emergency plumbing, transparent pricing, licensed & insured.",
url: "https://plumberjerseyc.example.com",
siteName: "Plumber Jersey City",
type: "website",
},
title: "24-Hour Emergency Plumber in Jersey City", description: "When disaster strikes, we're on our way. Same-day emergency plumbing, transparent pricing, licensed & insured.", url: "https://plumberjerseyc.example.com", siteName: "Plumber Jersey City", type: "website"},
twitter: {
card: "summary_large_image",
title: "24-Hour Emergency Plumber in Jersey City",
description: "Fast, reliable plumbing service. Licensed & insured. Same-day service.",
},
card: "summary_large_image", title: "24-Hour Emergency Plumber in Jersey City", description: "Fast, reliable plumbing service. Licensed & insured. Same-day service."},
robots: {
index: true,
follow: true,

View File

@@ -27,7 +27,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -49,7 +49,7 @@ export default function HomePage() {
tagAnimation="slide-up"
title="Fast, Reliable Plumbing in Jersey City"
description="When disaster strikes, we're on our way. Same-day emergency plumbing, transparent pricing, and local expertise you can trust. Licensed, insured, and ready to solve your plumbing problem now."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
buttons={[
{ text: "📞 Call Now: (201) 639-2779", href: "tel:2016392779" },
{ text: "Request Free Estimate", href: "/contact" },
@@ -57,39 +57,23 @@ export default function HomePage() {
buttonAnimation="slide-up"
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1",
imageAlt: "emergency plumbing repair burst pipe",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "emergency plumbing repair burst pipe"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg",
imageAlt: "water heater installation plumber tank",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "water heater installation plumber tank"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1",
imageAlt: "drain cleaning plumbing clog pipe",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "drain cleaning plumbing clog pipe"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg",
imageAlt: "pipe repair plumber maintenance installation",
},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg", imageAlt: "pipe repair plumber maintenance installation"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=1",
imageAlt: "professional plumber working service expert",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", imageAlt: "professional plumber working service expert"},
{
imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg",
imageAlt: "modern bathroom plumbing fixtures renovation",
},
imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg", imageAlt: "modern bathroom plumbing fixtures renovation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg",
imageAlt: "leak detection equipment tools plumber",
},
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", imageAlt: "leak detection equipment tools plumber"},
{
imageSrc: "http://img.b2bpic.net/free-photo/teleworkers-headsets-dark-office_74855-3163.jpg",
imageAlt: "customer service professional team support",
},
imageSrc: "http://img.b2bpic.net/free-photo/teleworkers-headsets-dark-office_74855-3163.jpg", imageAlt: "customer service professional team support"},
]}
carouselPosition="right"
ariaLabel="24-hour emergency plumbing hero section"
@@ -105,28 +89,16 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Open 24/7",
description: "No emergency is too big or too small. We respond to calls at 3 AM just as quickly as we do at 3 PM. Your plumbing emergency is our priority, anytime.",
imageSrc: "http://img.b2bpic.net/free-vector/24-hours-open-service-everyday-banner-with-clock-sign_1017-52830.jpg?_wi=1",
},
title: "Open 24/7", description: "No emergency is too big or too small. We respond to calls at 3 AM just as quickly as we do at 3 PM. Your plumbing emergency is our priority, anytime.", imageSrc: "http://img.b2bpic.net/free-vector/24-hours-open-service-everyday-banner-with-clock-sign_1017-52830.jpg"},
{
id: 2,
title: "Transparent Pricing",
description: "No hidden fees. No surprise charges. We tell you exactly what the repair costs before we start work. Free estimates on all jobs.",
imageSrc: "http://img.b2bpic.net/free-photo/shipping-document-laptop-connection-homepage_53876-138115.jpg?_wi=1",
},
title: "Transparent Pricing", description: "No hidden fees. No surprise charges. We tell you exactly what the repair costs before we start work. Free estimates on all jobs.", imageSrc: "http://img.b2bpic.net/free-photo/shipping-document-laptop-connection-homepage_53876-138115.jpg"},
{
id: 3,
title: "Licensed & Insured",
description: "Professional, certified plumbers with years of experience. Fully licensed, insured, and bonded for your peace of mind.",
imageSrc: "http://img.b2bpic.net/free-vector/patented-stamp-design-collection_23-2149788647.jpg?_wi=1",
},
title: "Licensed & Insured", description: "Professional, certified plumbers with years of experience. Fully licensed, insured, and bonded for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-vector/patented-stamp-design-collection_23-2149788647.jpg"},
{
id: 4,
title: "Same-Day Service",
description: "Call before noon, we'll be there the same day. Fast response times because we know plumbing emergencies can't wait.",
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-surprised-expression_1194-2214.jpg?_wi=1",
},
title: "Same-Day Service", description: "Call before noon, we'll be there the same day. Fast response times because we know plumbing emergencies can't wait.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-surprised-expression_1194-2214.jpg"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -143,28 +115,16 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Emergency Plumbing",
description: "Burst pipes? Backed up sewers? Water damage? We handle emergencies 24/7 with rapid response times to minimize damage.",
imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg?_wi=1",
},
title: "Emergency Plumbing", description: "Burst pipes? Backed up sewers? Water damage? We handle emergencies 24/7 with rapid response times to minimize damage.", imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg"},
{
id: 2,
title: "Water Heater Repair & Replacement",
description: "No hot water? Tank leaking? We repair and replace all types of water heaters quickly and affordably.",
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=1",
},
title: "Water Heater Repair & Replacement", description: "No hot water? Tank leaking? We repair and replace all types of water heaters quickly and affordably.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg"},
{
id: 3,
title: "Drain Cleaning",
description: "Slow drains? Clogged pipes? We use professional-grade equipment to clear blockages and restore full flow.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=1",
},
title: "Drain Cleaning", description: "Slow drains? Clogged pipes? We use professional-grade equipment to clear blockages and restore full flow.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg"},
{
id: 4,
title: "Leak Detection & Repair",
description: "Hidden leaks wasting water and money? We locate and fix leaks quickly before they cause major damage.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2",
},
title: "Leak Detection & Repair", description: "Hidden leaks wasting water and money? We locate and fix leaks quickly before they cause major damage.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -183,53 +143,17 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Martinez",
handle: "Jersey City, NJ",
testimonial: "Well knowledgeable and best pricing in my area. They came out on a Sunday evening and fixed my burst pipe. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=1",
imageAlt: "Sarah Martinez",
},
id: "1", name: "Sarah Martinez", handle: "Jersey City, NJ", testimonial: "Well knowledgeable and best pricing in my area. They came out on a Sunday evening and fixed my burst pipe. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Sarah Martinez"},
{
id: "2",
name: "James O'Brien",
handle: "Heights resident",
testimonial: "I'm happy with the service and will use them again for sure if needed. They were professional, on time, and fair with pricing.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=1",
imageAlt: "James O'Brien",
},
id: "2", name: "James O'Brien", handle: "Heights resident", testimonial: "I'm happy with the service and will use them again for sure if needed. They were professional, on time, and fair with pricing.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "James O'Brien"},
{
id: "3",
name: "Maria Gonzalez",
handle: "Downtown Jersey City",
testimonial: "Called at midnight with a leak. They answered, came within 45 minutes, and fixed it quickly. Saved us from major water damage.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
imageAlt: "Maria Gonzalez",
},
id: "3", name: "Maria Gonzalez", handle: "Downtown Jersey City", testimonial: "Called at midnight with a leak. They answered, came within 45 minutes, and fixed it quickly. Saved us from major water damage.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Maria Gonzalez"},
{
id: "4",
name: "Robert Chen",
handle: "Journal Square area",
testimonial: "Transparent pricing, no hidden fees, and they actually explained what was wrong. Finally found a trustworthy plumber in Jersey City.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
imageAlt: "Robert Chen",
},
id: "4", name: "Robert Chen", handle: "Journal Square area", testimonial: "Transparent pricing, no hidden fees, and they actually explained what was wrong. Finally found a trustworthy plumber in Jersey City.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Chen"},
{
id: "5",
name: "Lisa Anderson",
handle: "Greenville resident",
testimonial: "Water heater went out in winter. They had a replacement installed by end of day. Professional team, fair price.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=1",
imageAlt: "Lisa Anderson",
},
id: "5", name: "Lisa Anderson", handle: "Greenville resident", testimonial: "Water heater went out in winter. They had a replacement installed by end of day. Professional team, fair price.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Lisa Anderson"},
{
id: "6",
name: "Michael Torres",
handle: "Bergen-Lafayette",
testimonial: "Called for drain cleaning and they arrived within 2 hours. Problem solved. These guys are reliable and honest.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=2",
imageAlt: "Michael Torres",
},
id: "6", name: "Michael Torres", handle: "Bergen-Lafayette", testimonial: "Called for drain cleaning and they arrived within 2 hours. Problem solved. These guys are reliable and honest.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "Michael Torres"},
]}
speed={40}
/>
@@ -245,7 +169,7 @@ export default function HomePage() {
{ text: "📞 Call (201) 639-2779", href: "tel:2016392779" },
{ text: "Request Estimate", href: "/contact" },
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -24,7 +24,7 @@ export default function ReviewsPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -50,69 +50,21 @@ export default function ReviewsPage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Martinez",
handle: "Jersey City, NJ",
testimonial: "Well knowledgeable and best pricing in my area. They came out on a Sunday evening and fixed my burst pipe. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=2",
imageAlt: "Sarah Martinez",
},
id: "1", name: "Sarah Martinez", handle: "Jersey City, NJ", testimonial: "Well knowledgeable and best pricing in my area. They came out on a Sunday evening and fixed my burst pipe. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Sarah Martinez"},
{
id: "2",
name: "James O'Brien",
handle: "Heights resident",
testimonial: "I'm happy with the service and will use them again for sure if needed. They were professional, on time, and fair with pricing.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=3",
imageAlt: "James O'Brien",
},
id: "2", name: "James O'Brien", handle: "Heights resident", testimonial: "I'm happy with the service and will use them again for sure if needed. They were professional, on time, and fair with pricing.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "James O'Brien"},
{
id: "3",
name: "Maria Gonzalez",
handle: "Downtown Jersey City",
testimonial: "Called at midnight with a leak. They answered, came within 45 minutes, and fixed it quickly. Saved us from major water damage.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
imageAlt: "Maria Gonzalez",
},
id: "3", name: "Maria Gonzalez", handle: "Downtown Jersey City", testimonial: "Called at midnight with a leak. They answered, came within 45 minutes, and fixed it quickly. Saved us from major water damage.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Maria Gonzalez"},
{
id: "4",
name: "Robert Chen",
handle: "Journal Square area",
testimonial: "Transparent pricing, no hidden fees, and they actually explained what was wrong. Finally found a trustworthy plumber in Jersey City.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
imageAlt: "Robert Chen",
},
id: "4", name: "Robert Chen", handle: "Journal Square area", testimonial: "Transparent pricing, no hidden fees, and they actually explained what was wrong. Finally found a trustworthy plumber in Jersey City.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Chen"},
{
id: "5",
name: "Lisa Anderson",
handle: "Greenville resident",
testimonial: "Water heater went out in winter. They had a replacement installed by end of day. Professional team, fair price.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=2",
imageAlt: "Lisa Anderson",
},
id: "5", name: "Lisa Anderson", handle: "Greenville resident", testimonial: "Water heater went out in winter. They had a replacement installed by end of day. Professional team, fair price.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Lisa Anderson"},
{
id: "6",
name: "Michael Torres",
handle: "Bergen-Lafayette",
testimonial: "Called for drain cleaning and they arrived within 2 hours. Problem solved. These guys are reliable and honest.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=4",
imageAlt: "Michael Torres",
},
id: "6", name: "Michael Torres", handle: "Bergen-Lafayette", testimonial: "Called for drain cleaning and they arrived within 2 hours. Problem solved. These guys are reliable and honest.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "Michael Torres"},
{
id: "7",
name: "Jessica Kim",
handle: "Journal Square",
testimonial: "Emergency call at 2 AM—they came through. Professional, courteous, and solved the problem quickly. Best emergency plumber in Jersey City.",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=3",
imageAlt: "Jessica Kim",
},
id: "7", name: "Jessica Kim", handle: "Journal Square", testimonial: "Emergency call at 2 AM—they came through. Professional, courteous, and solved the problem quickly. Best emergency plumber in Jersey City.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Jessica Kim"},
{
id: "8",
name: "David Russo",
handle: "Westside resident",
testimonial: "I've used them three times now. Consistent quality, honest pricing, and they always go the extra mile. Highly trusted in my neighborhood.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=5",
imageAlt: "David Russo",
},
id: "8", name: "David Russo", handle: "Westside resident", testimonial: "I've used them three times now. Consistent quality, honest pricing, and they always go the extra mile. Highly trusted in my neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "David Russo"},
]}
speed={40}
/>
@@ -128,7 +80,7 @@ export default function ReviewsPage() {
{ text: "📞 Call (201) 639-2779", href: "tel:2016392779" },
{ text: "Request Free Estimate", href: "/contact" },
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -24,7 +24,7 @@ export default function ServicesPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -48,28 +48,16 @@ export default function ServicesPage() {
features={[
{
id: 1,
title: "Emergency Plumbing",
description: "Burst pipes? Backed up sewers? Water damage? We handle emergencies 24/7 with rapid response times to minimize damage and restore your home quickly.",
imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg?_wi=2",
},
title: "Emergency Plumbing", description: "Burst pipes? Backed up sewers? Water damage? We handle emergencies 24/7 with rapid response times to minimize damage and restore your home quickly.", imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg"},
{
id: 2,
title: "Water Heater Repair & Replacement",
description: "No hot water? Tank leaking? We repair and replace all types of water heaters including tankless models. Same-day installation available for most systems.",
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=2",
},
title: "Water Heater Repair & Replacement", description: "No hot water? Tank leaking? We repair and replace all types of water heaters including tankless models. Same-day installation available for most systems.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg"},
{
id: 3,
title: "Drain Cleaning & Maintenance",
description: "Slow drains? Clogged pipes? We use professional-grade equipment like hydro jetting to clear blockages and restore full flow. Preventive maintenance available.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=2",
},
title: "Drain Cleaning & Maintenance", description: "Slow drains? Clogged pipes? We use professional-grade equipment like hydro jetting to clear blockages and restore full flow. Preventive maintenance available.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg"},
{
id: 4,
title: "Leak Detection & Repair",
description: "Hidden leaks wasting water and money? We use advanced leak detection equipment to locate and fix leaks quickly before they cause major structural damage.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=3",
},
title: "Leak Detection & Repair", description: "Hidden leaks wasting water and money? We use advanced leak detection equipment to locate and fix leaks quickly before they cause major structural damage.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -86,28 +74,16 @@ export default function ServicesPage() {
features={[
{
id: 1,
title: "Licensed & Certified",
description: "All our plumbers are fully licensed, certified, and regularly trained on the latest plumbing codes and techniques. Your home is in expert hands.",
imageSrc: "http://img.b2bpic.net/free-vector/patented-stamp-design-collection_23-2149788647.jpg?_wi=2",
},
title: "Licensed & Certified", description: "All our plumbers are fully licensed, certified, and regularly trained on the latest plumbing codes and techniques. Your home is in expert hands.", imageSrc: "http://img.b2bpic.net/free-vector/patented-stamp-design-collection_23-2149788647.jpg"},
{
id: 2,
title: "Transparent Pricing",
description: "We provide detailed estimates before any work begins. No hidden charges, no surprise fees. You know exactly what you're paying for.",
imageSrc: "http://img.b2bpic.net/free-photo/shipping-document-laptop-connection-homepage_53876-138115.jpg?_wi=2",
},
title: "Transparent Pricing", description: "We provide detailed estimates before any work begins. No hidden charges, no surprise fees. You know exactly what you're paying for.", imageSrc: "http://img.b2bpic.net/free-photo/shipping-document-laptop-connection-homepage_53876-138115.jpg"},
{
id: 3,
title: "Satisfaction Guaranteed",
description: "Every job comes with our satisfaction guarantee. If you're not happy with the work, we'll make it right. That's our promise to Jersey City.",
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2",
},
title: "Satisfaction Guaranteed", description: "Every job comes with our satisfaction guarantee. If you're not happy with the work, we'll make it right. That's our promise to Jersey City.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg"},
{
id: 4,
title: "Fast Response Times",
description: "1-2 hour response window on most emergency calls. We understand plumbing issues can't wait, so we move fast without compromising quality.",
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-surprised-expression_1194-2214.jpg?_wi=2",
},
title: "Fast Response Times", description: "1-2 hour response window on most emergency calls. We understand plumbing issues can't wait, so we move fast without compromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-surprised-expression_1194-2214.jpg"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -125,7 +101,7 @@ export default function ServicesPage() {
{ text: "📞 Call (201) 639-2779", href: "tel:2016392779" },
{ text: "Request Free Estimate", href: "/contact" },
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>