Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -26,7 +26,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -56,19 +56,13 @@ export default function AboutPage() {
|
||||
{ icon: TrendingUp, label: "Years in Business", value: "15+" },
|
||||
{
|
||||
icon: Users,
|
||||
label: "Satisfied Customers",
|
||||
value: "5,000+",
|
||||
},
|
||||
label: "Satisfied Customers", value: "5,000+"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Licenses & Certifications",
|
||||
value: "NJ Licensed",
|
||||
},
|
||||
label: "Licenses & Certifications", value: "NJ Licensed"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Service Area",
|
||||
value: "Hudson County",
|
||||
},
|
||||
label: "Service Area", value: "Hudson County"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -87,25 +81,16 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Customer First",
|
||||
description:
|
||||
"Your satisfaction is our top priority. We listen to your needs and provide solutions that work best for your home and budget.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=4",
|
||||
},
|
||||
title: "Customer First", description:
|
||||
"Your satisfaction is our top priority. We listen to your needs and provide solutions that work best for your home and budget.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Professional Excellence",
|
||||
description:
|
||||
"Our team stays current with the latest plumbing technologies and best practices. Every technician is licensed, trained, and fully insured.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=3",
|
||||
},
|
||||
title: "Professional Excellence", description:
|
||||
"Our team stays current with the latest plumbing technologies and best practices. Every technician is licensed, trained, and fully insured.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Transparent & Fair",
|
||||
description:
|
||||
"No hidden fees. We explain the problem, discuss options, and provide upfront pricing before any work begins.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=3",
|
||||
},
|
||||
title: "Transparent & Fair", description:
|
||||
"No hidden fees. We explain the problem, discuss options, and provide upfront pricing before any work begins.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -126,7 +111,7 @@ export default function AboutPage() {
|
||||
{ text: "Get Free Estimate", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
containerClassName="mx-auto px-4 md:px-6"
|
||||
/>
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -50,7 +50,7 @@ export default function ContactPage() {
|
||||
{ text: "Email Us", href: "mailto:info@plumberjerseyity.local" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
containerClassName="mx-auto px-4 md:px-6"
|
||||
/>
|
||||
@@ -63,24 +63,16 @@ export default function ContactPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Phone,
|
||||
label: "Phone Number",
|
||||
value: "(201) 639-2779",
|
||||
},
|
||||
label: "Phone Number", value: "(201) 639-2779"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Available",
|
||||
value: "24/7 Emergency",
|
||||
},
|
||||
label: "Available", value: "24/7 Emergency"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Service Area",
|
||||
value: "Jersey City, NJ",
|
||||
},
|
||||
label: "Service Area", value: "Jersey City, NJ"},
|
||||
{
|
||||
icon: Mail,
|
||||
label: "Email",
|
||||
value: "info@plumberjerseyity.local",
|
||||
},
|
||||
label: "Email", value: "info@plumberjerseyity.local"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
|
||||
@@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Emergency Plumber Jersey City | 24/7 Local Service",
|
||||
description: "Fast, affordable 24/7 emergency plumbing service in Jersey City, NJ. Licensed & insured. Same-day service available. Call (201) 639-2779 now.",
|
||||
keywords: "plumber Jersey City, emergency plumber, 24 hour plumber, water heater repair, drain cleaning, pipe repair, Hudson County",
|
||||
metadataBase: new URL("https://plumberjerseyity.local"),
|
||||
title: "Emergency Plumber Jersey City | 24/7 Local Service", description: "Fast, affordable 24/7 emergency plumbing service in Jersey City, NJ. Licensed & insured. Same-day service available. Call (201) 639-2779 now.", keywords: "plumber Jersey City, emergency plumber, 24 hour plumber, water heater repair, drain cleaning, pipe repair, Hudson County", metadataBase: new URL("https://plumberjerseyity.local"),
|
||||
alternates: {
|
||||
canonical: "https://plumberjerseyity.local",
|
||||
},
|
||||
canonical: "https://plumberjerseyity.local"},
|
||||
openGraph: {
|
||||
title: "Emergency Plumber Jersey City | Available 24/7",
|
||||
description: "Fast, reliable, affordable plumbing service. Licensed & insured. Same-day emergency response.",
|
||||
url: "https://plumberjerseyity.local",
|
||||
siteName: "Plumber Jersey City",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Emergency Plumber Jersey City | Available 24/7", description: "Fast, reliable, affordable plumbing service. Licensed & insured. Same-day emergency response.", url: "https://plumberjerseyity.local", siteName: "Plumber Jersey City", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg",
|
||||
alt: "Professional emergency plumber Jersey City",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", alt: "Professional emergency plumber Jersey City"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Emergency Plumber Jersey City | 24/7 Service",
|
||||
description: "Need a plumber now? We respond within minutes. Licensed, insured, fair pricing.",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg",
|
||||
],
|
||||
card: "summary_large_image", title: "Emergency Plumber Jersey City | 24/7 Service", description: "Need a plumber now? We respond within minutes. Licensed, insured, fair pricing.", images: [
|
||||
"http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
108
src/app/page.tsx
108
src/app/page.tsx
@@ -19,7 +19,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -51,8 +51,8 @@ export default function HomePage() {
|
||||
{ text: "Request Free Estimate", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=1"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg"
|
||||
imageAlt="Professional emergency plumber in Jersey City"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -71,32 +71,20 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Emergency Plumbing",
|
||||
description:
|
||||
"Burst pipes, gas leaks, and urgent water issues. We respond within minutes to emergency calls.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=1",
|
||||
},
|
||||
title: "Emergency Plumbing", description:
|
||||
"Burst pipes, gas leaks, and urgent water issues. We respond within minutes to emergency calls.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Water Heater Repair & Replacement",
|
||||
description:
|
||||
"Expert diagnosis and fast repairs. When replacement is needed, we install the right system for your home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1",
|
||||
},
|
||||
title: "Water Heater Repair & Replacement", description:
|
||||
"Expert diagnosis and fast repairs. When replacement is needed, we install the right system for your home.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Drain Cleaning & Maintenance",
|
||||
description:
|
||||
"Clear clogs, prevent backups. Professional cleaning keeps your drains flowing smoothly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg",
|
||||
},
|
||||
title: "Drain Cleaning & Maintenance", description:
|
||||
"Clear clogs, prevent backups. Professional cleaning keeps your drains flowing smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Leak Detection & Repair",
|
||||
description:
|
||||
"Hidden leaks? We find them fast with advanced detection. Save water and money.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=2",
|
||||
},
|
||||
title: "Leak Detection & Repair", description:
|
||||
"Hidden leaks? We find them fast with advanced detection. Save water and money.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -113,19 +101,13 @@ export default function HomePage() {
|
||||
{ icon: Clock, label: "24/7 Availability", value: "Always Ready" },
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Licensed & Insured",
|
||||
value: "Fully Protected",
|
||||
},
|
||||
label: "Licensed & Insured", value: "Fully Protected"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
label: "Transparent Pricing",
|
||||
value: "No Hidden Fees",
|
||||
},
|
||||
label: "Transparent Pricing", value: "No Hidden Fees"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Local Experts",
|
||||
value: "Hudson County Specialists",
|
||||
},
|
||||
label: "Local Experts", value: "Hudson County Specialists"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -141,59 +123,23 @@ export default function HomePage() {
|
||||
description="Real customers share their experiences with our fast, reliable plumbing service."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Jersey City Homeowner",
|
||||
testimonial:
|
||||
"Well knowledgeable and best pricing in my area. They arrived fast and fixed everything right the first time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "Jersey City Homeowner", testimonial:
|
||||
"Well knowledgeable and best pricing in my area. They arrived fast and fixed everything right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Property Manager",
|
||||
testimonial:
|
||||
"I'm happy with the service and will use them again for sure if needed. Highly professional team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Property Manager", testimonial:
|
||||
"I'm happy with the service and will use them again for sure if needed. Highly professional team.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Angela Rodriguez",
|
||||
handle: "Jersey City Resident",
|
||||
testimonial:
|
||||
"Emergency at 2 AM and they came right away. Fixed our burst pipe and cleaned up perfectly. Thank you!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=3",
|
||||
imageAlt: "Angela Rodriguez",
|
||||
},
|
||||
id: "3", name: "Angela Rodriguez", handle: "Jersey City Resident", testimonial:
|
||||
"Emergency at 2 AM and they came right away. Fixed our burst pipe and cleaned up perfectly. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Angela Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "Business Owner",
|
||||
testimonial:
|
||||
"Fast response, transparent about costs upfront. Best plumber I've found in Jersey City.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=4",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "Business Owner", testimonial:
|
||||
"Fast response, transparent about costs upfront. Best plumber I've found in Jersey City.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Thompson",
|
||||
handle: "Jersey City Homeowner",
|
||||
testimonial:
|
||||
"They explained everything and didn't push unnecessary work. Fair pricing and quality service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=5",
|
||||
imageAlt: "Lisa Thompson",
|
||||
},
|
||||
id: "5", name: "Lisa Thompson", handle: "Jersey City Homeowner", testimonial:
|
||||
"They explained everything and didn't push unnecessary work. Fair pricing and quality service.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Lisa Thompson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Martinez",
|
||||
handle: "Landlord",
|
||||
testimonial:
|
||||
"Reliable, professional, and they work with landlords on scheduling. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=6",
|
||||
imageAlt: "James Martinez",
|
||||
},
|
||||
id: "6", name: "James Martinez", handle: "Landlord", testimonial:
|
||||
"Reliable, professional, and they work with landlords on scheduling. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "James Martinez"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -215,7 +161,7 @@ export default function HomePage() {
|
||||
{ text: "Request Free Estimate", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
containerClassName="mx-auto px-4 md:px-6"
|
||||
/>
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function ReviewsPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -45,59 +45,23 @@ export default function ReviewsPage() {
|
||||
description="Hear from Jersey City homeowners and business owners who've trusted us with their plumbing needs."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Jersey City Homeowner",
|
||||
testimonial:
|
||||
"Well knowledgeable and best pricing in my area. They arrived fast and fixed everything right the first time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=7",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "Jersey City Homeowner", testimonial:
|
||||
"Well knowledgeable and best pricing in my area. They arrived fast and fixed everything right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Property Manager",
|
||||
testimonial:
|
||||
"I'm happy with the service and will use them again for sure if needed. Highly professional team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=8",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Property Manager", testimonial:
|
||||
"I'm happy with the service and will use them again for sure if needed. Highly professional team.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Angela Rodriguez",
|
||||
handle: "Jersey City Resident",
|
||||
testimonial:
|
||||
"Emergency at 2 AM and they came right away. Fixed our burst pipe and cleaned up perfectly. Thank you!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=9",
|
||||
imageAlt: "Angela Rodriguez",
|
||||
},
|
||||
id: "3", name: "Angela Rodriguez", handle: "Jersey City Resident", testimonial:
|
||||
"Emergency at 2 AM and they came right away. Fixed our burst pipe and cleaned up perfectly. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Angela Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "Business Owner",
|
||||
testimonial:
|
||||
"Fast response, transparent about costs upfront. Best plumber I've found in Jersey City.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=10",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "Business Owner", testimonial:
|
||||
"Fast response, transparent about costs upfront. Best plumber I've found in Jersey City.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Thompson",
|
||||
handle: "Jersey City Homeowner",
|
||||
testimonial:
|
||||
"They explained everything and didn't push unnecessary work. Fair pricing and quality service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=11",
|
||||
imageAlt: "Lisa Thompson",
|
||||
},
|
||||
id: "5", name: "Lisa Thompson", handle: "Jersey City Homeowner", testimonial:
|
||||
"They explained everything and didn't push unnecessary work. Fair pricing and quality service.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Lisa Thompson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Martinez",
|
||||
handle: "Landlord",
|
||||
testimonial:
|
||||
"Reliable, professional, and they work with landlords on scheduling. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=12",
|
||||
imageAlt: "James Martinez",
|
||||
},
|
||||
id: "6", name: "James Martinez", handle: "Landlord", testimonial:
|
||||
"Reliable, professional, and they work with landlords on scheduling. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "James Martinez"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -119,7 +83,7 @@ export default function ReviewsPage() {
|
||||
{ text: "Request Your Estimate", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
containerClassName="mx-auto px-4 md:px-6"
|
||||
/>
|
||||
|
||||
@@ -26,7 +26,7 @@ export default function ServicesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -58,25 +58,16 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Emergency Repairs",
|
||||
description:
|
||||
"24/7 emergency response for burst pipes, gas leaks, and critical water issues. We arrive quickly and fix problems right the first time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=3",
|
||||
},
|
||||
title: "Emergency Repairs", description:
|
||||
"24/7 emergency response for burst pipes, gas leaks, and critical water issues. We arrive quickly and fix problems right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Water Heater Services",
|
||||
description:
|
||||
"Installation, repair, and maintenance of gas and electric water heaters. We help you choose the right system for your home's needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=2",
|
||||
},
|
||||
title: "Water Heater Services", description:
|
||||
"Installation, repair, and maintenance of gas and electric water heaters. We help you choose the right system for your home's needs.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Drain & Sewer Cleaning",
|
||||
description:
|
||||
"Professional drain cleaning using advanced equipment. We clear clogs and prevent future backups with regular maintenance programs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2",
|
||||
},
|
||||
title: "Drain & Sewer Cleaning", description:
|
||||
"Professional drain cleaning using advanced equipment. We clear clogs and prevent future backups with regular maintenance programs.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -92,20 +83,14 @@ export default function ServicesPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Average Response Time",
|
||||
value: "15-30 Minutes",
|
||||
},
|
||||
label: "Average Response Time", value: "15-30 Minutes"},
|
||||
{ icon: CheckCircle, label: "Job Completion Rate", value: "99.2%" },
|
||||
{
|
||||
icon: Thermometer,
|
||||
label: "Customer Satisfaction",
|
||||
value: "4.9/5.0",
|
||||
},
|
||||
label: "Customer Satisfaction", value: "4.9/5.0"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
label: "Average Service Cost",
|
||||
value: "Transparent",
|
||||
},
|
||||
label: "Average Service Cost", value: "Transparent"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -126,7 +111,7 @@ export default function ServicesPage() {
|
||||
{ text: "Schedule Appointment", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
containerClassName="mx-auto px-4 md:px-6"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user