Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Plumbing", href: "/services" },
|
||||
{ label: "Water Heaters", href: "/services" },
|
||||
{ label: "Drain Cleaning", href: "/services" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Service Areas", href: "/#service-areas" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 402-378-9550", href: "tel:+14023789550" },
|
||||
{ label: "Email: info@nebraskaplumbing.com", href: "mailto:info@nebraskaplumbing.com" },
|
||||
{ label: "705 N Frontier Rd, Papillion, NE", href: "#" },
|
||||
@@ -47,8 +44,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Licensing", href: "#" },
|
||||
@@ -63,7 +59,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -87,9 +83,10 @@ export default function AboutPage() {
|
||||
{ value: "15+", title: "Years in business serving the community" },
|
||||
{ value: "185+", title: "Five-star customer reviews" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990682.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990682.jpg"
|
||||
imageAlt="Professional plumber working with homeowner"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,25 +102,13 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Licensed & Insured",
|
||||
description: "All our plumbers are fully licensed, insured, and trained to the highest standards. We meet or exceed all state and local regulations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg?_wi=3",
|
||||
imageAlt: "Certified plumber with credentials",
|
||||
},
|
||||
title: "Licensed & Insured", description: "All our plumbers are fully licensed, insured, and trained to the highest standards. We meet or exceed all state and local regulations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg", imageAlt: "Certified plumber with credentials"},
|
||||
{
|
||||
id: 2,
|
||||
title: "24/7 Emergency Response",
|
||||
description: "Plumbing emergencies don't happen on a schedule. We're available around the clock for burst pipes, severe leaks, and urgent problems that can't wait.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg?_wi=3",
|
||||
imageAlt: "Emergency plumbing response service",
|
||||
},
|
||||
title: "24/7 Emergency Response", description: "Plumbing emergencies don't happen on a schedule. We're available around the clock for burst pipes, severe leaks, and urgent problems that can't wait.", imageSrc: "http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg", imageAlt: "Emergency plumbing response service"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Honest, Upfront Pricing",
|
||||
description: "No hidden fees. No surprise charges. We provide detailed estimates before we start any work, so you know exactly what to expect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg?_wi=3",
|
||||
imageAlt: "Transparent pricing discussion with customer",
|
||||
},
|
||||
title: "Honest, Upfront Pricing", description: "No hidden fees. No surprise charges. We provide detailed estimates before we start any work, so you know exactly what to expect.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "Transparent pricing discussion with customer"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
198
src/app/page.tsx
198
src/app/page.tsx
@@ -41,7 +41,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -59,7 +59,7 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
title="Trusted Local Plumber in Papillion & Omaha — Fast, Reliable Service"
|
||||
description="24/7 plumbing repairs, water heaters, drain cleaning, and whole-home water treatment. Licensed, insured, and rated 5.0 ⭐ by 185+ customers."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="24/7 Emergency Service"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
@@ -73,17 +73,11 @@ export default function HomePage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/older-man-having-cup-coffee-outdoors-city_23-2148991134.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/older-man-having-cup-coffee-outdoors-city_23-2148991134.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-camera_74855-2828.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-camera_74855-2828.jpg", alt: "Customer 3"},
|
||||
]}
|
||||
avatarText="Trusted by 185+ local homeowners"
|
||||
/>
|
||||
@@ -100,40 +94,24 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Emergency Plumbing",
|
||||
description:
|
||||
"24/7 emergency repairs for burst pipes, severe leaks, and urgent plumbing problems. We arrive quickly to minimize damage and restore your water supply.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg?_wi=1",
|
||||
imageAlt: "Emergency plumbing repair service",
|
||||
},
|
||||
title: "Emergency Plumbing", description:
|
||||
"24/7 emergency repairs for burst pipes, severe leaks, and urgent plumbing problems. We arrive quickly to minimize damage and restore your water supply.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg", imageAlt: "Emergency plumbing repair service"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Water Heater Services",
|
||||
description:
|
||||
"Installation, replacement, and repair of traditional and tankless water heaters. Energy-efficient solutions that provide endless hot water and lower utility bills.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg?_wi=1",
|
||||
imageAlt: "Water heater installation by professional",
|
||||
},
|
||||
title: "Water Heater Services", description:
|
||||
"Installation, replacement, and repair of traditional and tankless water heaters. Energy-efficient solutions that provide endless hot water and lower utility bills.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg", imageAlt: "Water heater installation by professional"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Drain Cleaning",
|
||||
description:
|
||||
"Professional drain cleaning, clog removal, and hydro jetting services. We clear stubborn blockages in drains, sewer lines, and main lines safely and effectively.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg?_wi=1",
|
||||
imageAlt: "Professional drain cleaning service",
|
||||
},
|
||||
title: "Drain Cleaning", description:
|
||||
"Professional drain cleaning, clog removal, and hydro jetting services. We clear stubborn blockages in drains, sewer lines, and main lines safely and effectively.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "Professional drain cleaning service"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Water Treatment Solutions",
|
||||
description:
|
||||
"Water softeners and whole-home filtration systems to protect your plumbing and improve water quality. Protect your family from hard water damage and impurities.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990682.jpg?_wi=1",
|
||||
imageAlt: "Water treatment system installation",
|
||||
},
|
||||
title: "Water Treatment Solutions", description:
|
||||
"Water softeners and whole-home filtration systems to protect your plumbing and improve water quality. Protect your family from hard water damage and impurities.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990682.jpg", imageAlt: "Water treatment system installation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -149,29 +127,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Star,
|
||||
title: "5.0 Rating",
|
||||
value: "185+ Reviews",
|
||||
},
|
||||
id: "1", icon: Star,
|
||||
title: "5.0 Rating", value: "185+ Reviews"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Clock,
|
||||
title: "Fast Response",
|
||||
value: "Same Day Service",
|
||||
},
|
||||
id: "2", icon: Clock,
|
||||
title: "Fast Response", value: "Same Day Service"},
|
||||
{
|
||||
id: "3",
|
||||
icon: DollarSign,
|
||||
title: "Honest Pricing",
|
||||
value: "Upfront Quotes",
|
||||
},
|
||||
id: "3", icon: DollarSign,
|
||||
title: "Honest Pricing", value: "Upfront Quotes"},
|
||||
{
|
||||
id: "4",
|
||||
icon: CheckCircle,
|
||||
title: "Licensed & Insured",
|
||||
value: "Fully Certified",
|
||||
},
|
||||
id: "4", icon: CheckCircle,
|
||||
title: "Licensed & Insured", value: "Fully Certified"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -184,13 +150,9 @@ export default function HomePage() {
|
||||
description="A Springfield family needed to upgrade their aging water system. We installed a high-efficiency tankless water heater providing endless hot water and a whole-home filtration system protecting their plumbing from hard water damage. The result: lower energy bills, better water quality, and improved home value."
|
||||
metrics={[
|
||||
{
|
||||
value: "40%",
|
||||
title: "Energy savings on water heating",
|
||||
},
|
||||
value: "40%", title: "Energy savings on water heating"},
|
||||
{
|
||||
value: "99%",
|
||||
title: "Hard water minerals removed",
|
||||
},
|
||||
value: "99%", title: "Hard water minerals removed"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-red-metal-pipe-neon-light_250224-251.jpg"
|
||||
imageAlt="Completed tankless water heater and filtration system installation"
|
||||
@@ -210,71 +172,29 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Fast, Professional Emergency Service",
|
||||
quote:
|
||||
"Our pipe burst on a Saturday morning. Ryan arrived within 45 minutes, diagnosed the problem quickly, and had us back to normal water within 2 hours. Professional, respectful, and fair pricing. Highly recommend!",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Homeowner, Papillion",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/older-man-having-cup-coffee-outdoors-city_23-2148991134.jpg?_wi=1",
|
||||
imageAlt: "Sarah Mitchell - satisfied customer",
|
||||
},
|
||||
id: "1", title: "Fast, Professional Emergency Service", quote:
|
||||
"Our pipe burst on a Saturday morning. Ryan arrived within 45 minutes, diagnosed the problem quickly, and had us back to normal water within 2 hours. Professional, respectful, and fair pricing. Highly recommend!", name: "Sarah Mitchell", role: "Homeowner, Papillion", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/older-man-having-cup-coffee-outdoors-city_23-2148991134.jpg", imageAlt: "Sarah Mitchell - satisfied customer"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Honest Pricing and Expert Advice",
|
||||
quote:
|
||||
"I called three different plumbers for a water heater replacement. Local Plumbing gave me the most honest assessment and best price. They explained everything clearly and finished right on schedule.",
|
||||
name: "Michael Chen",
|
||||
role: "Homeowner, Omaha",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen - satisfied customer",
|
||||
},
|
||||
id: "2", title: "Honest Pricing and Expert Advice", quote:
|
||||
"I called three different plumbers for a water heater replacement. Local Plumbing gave me the most honest assessment and best price. They explained everything clearly and finished right on schedule.", name: "Michael Chen", role: "Homeowner, Omaha", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg", imageAlt: "Michael Chen - satisfied customer"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Outstanding Drain Cleaning Service",
|
||||
quote:
|
||||
"Our main drain was completely backed up. The team used hydro jetting to clear it perfectly. No mess, no hassle, and they cleaned up after themselves. Best plumbing service I've ever used.",
|
||||
name: "Jennifer Lopez",
|
||||
role: "Homeowner, Bellevue",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/handsome-young-man-smiling-camera_74855-2828.jpg?_wi=1",
|
||||
imageAlt: "Jennifer Lopez - satisfied customer",
|
||||
},
|
||||
id: "3", title: "Outstanding Drain Cleaning Service", quote:
|
||||
"Our main drain was completely backed up. The team used hydro jetting to clear it perfectly. No mess, no hassle, and they cleaned up after themselves. Best plumbing service I've ever used.", name: "Jennifer Lopez", role: "Homeowner, Bellevue", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/handsome-young-man-smiling-camera_74855-2828.jpg", imageAlt: "Jennifer Lopez - satisfied customer"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Water Softener Installation Done Right",
|
||||
quote:
|
||||
"Hard water was destroying our pipes and our skin. Local Plumbing installed a whole-home water softener and filtration system. The difference is night and day. Customer service was excellent throughout.",
|
||||
name: "David Kim",
|
||||
role: "Homeowner, La Vista",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businesswoman-showing-thumb-up_329181-1241.jpg?_wi=1",
|
||||
imageAlt: "David Kim - satisfied customer",
|
||||
},
|
||||
id: "4", title: "Water Softener Installation Done Right", quote:
|
||||
"Hard water was destroying our pipes and our skin. Local Plumbing installed a whole-home water softener and filtration system. The difference is night and day. Customer service was excellent throughout.", name: "David Kim", role: "Homeowner, La Vista", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businesswoman-showing-thumb-up_329181-1241.jpg", imageAlt: "David Kim - satisfied customer"},
|
||||
{
|
||||
id: "5",
|
||||
title: "24/7 Emergency Response - We're Impressed",
|
||||
quote:
|
||||
"Frozen pipes at midnight in January. I thought we were doomed. Local Plumbing answered immediately, came out within an hour, and prevented catastrophic damage. True heroes in the plumbing world.",
|
||||
name: "Robert Thompson",
|
||||
role: "Homeowner, Gretna",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-man-posing_23-2148563424.jpg?_wi=1",
|
||||
imageAlt: "Robert Thompson - satisfied customer",
|
||||
},
|
||||
id: "5", title: "24/7 Emergency Response - We're Impressed", quote:
|
||||
"Frozen pipes at midnight in January. I thought we were doomed. Local Plumbing answered immediately, came out within an hour, and prevented catastrophic damage. True heroes in the plumbing world.", name: "Robert Thompson", role: "Homeowner, Gretna", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-man-posing_23-2148563424.jpg", imageAlt: "Robert Thompson - satisfied customer"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Professional Team, Great Results",
|
||||
quote:
|
||||
"They replaced our entire water system—heater, pipes, and fixtures. Every team member was professional, clean, and knowledgeable. They answered all our questions and completed everything on time.",
|
||||
name: "Patricia Anderson",
|
||||
role: "Homeowner, Springfield",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg?_wi=1",
|
||||
imageAlt: "Patricia Anderson - satisfied customer",
|
||||
},
|
||||
id: "6", title: "Professional Team, Great Results", quote:
|
||||
"They replaced our entire water system—heater, pipes, and fixtures. Every team member was professional, clean, and knowledgeable. They answered all our questions and completed everything on time.", name: "Patricia Anderson", role: "Homeowner, Springfield", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg", imageAlt: "Patricia Anderson - satisfied customer"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -288,13 +208,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Papillion",
|
||||
"Omaha",
|
||||
"Bellevue",
|
||||
"Gretna",
|
||||
"La Vista",
|
||||
"Springfield",
|
||||
]}
|
||||
"Papillion", "Omaha", "Bellevue", "Gretna", "La Vista", "Springfield"]}
|
||||
showCard={true}
|
||||
speed={40}
|
||||
/>
|
||||
@@ -317,8 +231,7 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Plumbing", href: "/services" },
|
||||
{ label: "Water Heaters", href: "/services" },
|
||||
{ label: "Drain Cleaning", href: "/services" },
|
||||
@@ -326,8 +239,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Service Areas", href: "/#service-areas" },
|
||||
@@ -335,23 +247,17 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone: 402-378-9550",
|
||||
href: "tel:+14023789550",
|
||||
},
|
||||
label: "Phone: 402-378-9550", href: "tel:+14023789550"},
|
||||
{
|
||||
label: "Email: info@nebraskaplumbing.com",
|
||||
href: "mailto:info@nebraskaplumbing.com",
|
||||
},
|
||||
label: "Email: info@nebraskaplumbing.com", href: "mailto:info@nebraskaplumbing.com"},
|
||||
{ label: "705 N Frontier Rd, Papillion, NE", href: "#" },
|
||||
{ label: "Open 24 Hours", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Licensing", href: "#" },
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ServicesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -43,7 +43,7 @@ export default function ServicesPage() {
|
||||
<HeroBillboard
|
||||
title="Professional Plumbing Services in Papillion & Omaha"
|
||||
description="From emergency repairs to planned installations, we deliver comprehensive plumbing solutions with expert craftsmanship and 24/7 availability."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Full Service Plumbing"
|
||||
tagIcon={Wrench}
|
||||
tagAnimation="slide-up"
|
||||
@@ -52,7 +52,7 @@ export default function ServicesPage() {
|
||||
{ text: "Request Service", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990682.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990682.jpg"
|
||||
imageAlt="Professional plumber providing residential service"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -69,31 +69,19 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Emergency Plumbing & Repairs",
|
||||
description:
|
||||
"Available 24/7/365 for pipe bursts, severe leaks, water main breaks, and any urgent plumbing emergency. Our emergency team responds quickly to minimize damage to your home and restore service fast.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg?_wi=2",
|
||||
imageAlt: "Emergency plumbing repair",
|
||||
},
|
||||
title: "Emergency Plumbing & Repairs", description:
|
||||
"Available 24/7/365 for pipe bursts, severe leaks, water main breaks, and any urgent plumbing emergency. Our emergency team responds quickly to minimize damage to your home and restore service fast.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/girl-s-hand-filling-cup-with-water_23-2147824128.jpg", imageAlt: "Emergency plumbing repair"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Water Heater Installation & Repair",
|
||||
description:
|
||||
"Traditional tank and tankless water heater installation, maintenance, and repair. We help you choose energy-efficient models that lower utility costs while providing reliable hot water year-round.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg?_wi=2",
|
||||
imageAlt: "Water heater service",
|
||||
},
|
||||
title: "Water Heater Installation & Repair", description:
|
||||
"Traditional tank and tankless water heater installation, maintenance, and repair. We help you choose energy-efficient models that lower utility costs while providing reliable hot water year-round.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg", imageAlt: "Water heater service"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Advanced Drain & Sewer Cleaning",
|
||||
description:
|
||||
"Professional drain cleaning using advanced hydro jetting technology. We clear tree roots, grease buildup, and stubborn blockages in drain lines, sewer lines, and main lines safely and thoroughly.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg?_wi=2",
|
||||
imageAlt: "Drain cleaning service",
|
||||
},
|
||||
title: "Advanced Drain & Sewer Cleaning", description:
|
||||
"Professional drain cleaning using advanced hydro jetting technology. We clear tree roots, grease buildup, and stubborn blockages in drain lines, sewer lines, and main lines safely and thoroughly.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "Drain cleaning service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,8 +103,7 @@ export default function ServicesPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Plumbing", href: "/services" },
|
||||
{ label: "Water Heaters", href: "/services" },
|
||||
{ label: "Drain Cleaning", href: "/services" },
|
||||
@@ -124,8 +111,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Service Areas", href: "/#service-areas" },
|
||||
@@ -133,23 +119,17 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone: 402-378-9550",
|
||||
href: "tel:+14023789550",
|
||||
},
|
||||
label: "Phone: 402-378-9550", href: "tel:+14023789550"},
|
||||
{
|
||||
label: "Email: info@nebraskaplumbing.com",
|
||||
href: "mailto:info@nebraskaplumbing.com",
|
||||
},
|
||||
label: "Email: info@nebraskaplumbing.com", href: "mailto:info@nebraskaplumbing.com"},
|
||||
{ label: "705 N Frontier Rd, Papillion, NE", href: "#" },
|
||||
{ label: "Open 24 Hours", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Licensing", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user