Update src/app/page.tsx
This commit is contained in:
@@ -45,7 +45,7 @@ export default function HomePage() {
|
||||
{ text: "Request Service Online", href: "/contact" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/delivery-man-with-clipboard-front-cargo-van-delivering-bottles-water_627829-4187.jpg"
|
||||
imageAlt="Omaha Emergency Neighborhood Plumbers truck responding to an emergency call"
|
||||
frameStyle="card"
|
||||
@@ -59,19 +59,11 @@ export default function HomePage() {
|
||||
description="From leaky faucets to burst pipes, we handle all your plumbing emergencies and routine needs with expertise and speed."
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Slow Response Times",
|
||||
"Subpar Workmanship",
|
||||
"Hidden Fees",
|
||||
"Limited Availability",
|
||||
],
|
||||
"Slow Response Times", "Subpar Workmanship", "Hidden Fees", "Limited Availability"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"24/7 Rapid Response",
|
||||
"Certified & Experienced Plumbers",
|
||||
"Transparent Pricing",
|
||||
"Satisfaction Guaranteed",
|
||||
],
|
||||
"24/7 Rapid Response", "Certified & Experienced Plumbers", "Transparent Pricing", "Satisfaction Guaranteed"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -86,7 +78,7 @@ export default function HomePage() {
|
||||
description="Dedicated to serving the Omaha community with integrity and unparalleled plumbing expertise for over a decade."
|
||||
subdescription="We are more than just plumbers; we are your neighbors, committed to ensuring your home and business plumbing systems run smoothly, day or night."
|
||||
icon={Sparkles}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg?_wi=1"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg"
|
||||
imageAlt="Professional plumber working on a sink to fix a leak"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -100,25 +92,14 @@ export default function HomePage() {
|
||||
description="Our commitment to quality service and customer satisfaction speaks for itself."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.8",
|
||||
title: "Average Star Rating",
|
||||
items: ["60+ Verified Reviews", "Google Guaranteed"],
|
||||
id: "1", value: "4.8", title: "Average Star Rating", items: ["60+ Verified Reviews", "Google Guaranteed"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "24/7",
|
||||
title: "Emergency Service",
|
||||
items: ["Always Available", "Rapid Response Time"],
|
||||
id: "2", value: "24/7", title: "Emergency Service", items: ["Always Available", "Rapid Response Time"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Serving Omaha & Surrounding Areas",
|
||||
"Licensed & Insured",
|
||||
],
|
||||
id: "3", value: "15+", title: "Years Experience", items: [
|
||||
"Serving Omaha & Surrounding Areas", "Licensed & Insured"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -134,53 +115,17 @@ export default function HomePage() {
|
||||
description="Hear directly from homeowners and businesses who trust us with their plumbing needs."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah M.",
|
||||
handle: "Homeowner, Omaha",
|
||||
testimonial: '"Omaha Emergency Neighborhood Plumbers saved the day! They responded quickly to our burst pipe and fixed it efficiently. Professional and reliable!"',
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1",
|
||||
imageAlt: "Sarah M. avatar",
|
||||
},
|
||||
id: "1", name: "Sarah M.", handle: "Homeowner, Omaha", testimonial: "Omaha Emergency Neighborhood Plumbers saved the day! They responded quickly to our burst pipe and fixed it efficiently. Professional and reliable!", imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Sarah M. avatar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John D.",
|
||||
handle: "Local Business Owner",
|
||||
testimonial: '"Excellent service for our office\'s drain issue. Fast, clean, and very courteous. Highly recommend for any business plumbing needs."',
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1",
|
||||
imageAlt: "John D. avatar",
|
||||
},
|
||||
id: "2", name: "John D.", handle: "Local Business Owner", testimonial: "Excellent service for our office's drain issue. Fast, clean, and very courteous. Highly recommend for any business plumbing needs.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "John D. avatar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "Resident, Papillion",
|
||||
testimonial: '"Had a clogged drain late at night, and they were here within the hour. The plumber was friendly and got the job done right."',
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg?_wi=1",
|
||||
imageAlt: "Emily R. avatar",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "Resident, Papillion", testimonial: "Had a clogged drain late at night, and they were here within the hour. The plumber was friendly and got the job done right.", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg", imageAlt: "Emily R. avatar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael P.",
|
||||
handle: "Property Manager",
|
||||
testimonial: '"Consistently reliable service for our properties. Their team is always professional and they stand by their work. A true partner."',
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1299.jpg?_wi=1",
|
||||
imageAlt: "Michael P. avatar",
|
||||
},
|
||||
id: "4", name: "Michael P.", handle: "Property Manager", testimonial: "Consistently reliable service for our properties. Their team is always professional and they stand by their work. A true partner.", imageSrc: "https://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1299.jpg", imageAlt: "Michael P. avatar"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
handle: "Homeowner, Elkhorn",
|
||||
testimonial: '"I called for a water heater repair, and they explained everything clearly, fixed it quickly, and the price was fair. Very impressed!"',
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2",
|
||||
imageAlt: "Jessica L. avatar",
|
||||
},
|
||||
id: "5", name: "Jessica L.", handle: "Homeowner, Elkhorn", testimonial: "I called for a water heater repair, and they explained everything clearly, fixed it quickly, and the price was fair. Very impressed!", imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Jessica L. avatar"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert S.",
|
||||
handle: "Restaurant Owner",
|
||||
testimonial: '"Our kitchen drain backed up during peak hours, and Omaha Plumbers got us back in business in no time. Lifesavers!"',
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2",
|
||||
imageAlt: "Robert S. avatar",
|
||||
},
|
||||
id: "6", name: "Robert S.", handle: "Restaurant Owner", testimonial: "Our kitchen drain backed up during peak hours, and Omaha Plumbers got us back in business in no time. Lifesavers!", imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Robert S. avatar"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -208,8 +153,7 @@ export default function HomePage() {
|
||||
logoText="Omaha Emergency Plumbers"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Water Heater Repair", href: "/services" },
|
||||
{ label: "Drain Cleaning", href: "/services" },
|
||||
{ label: "Leak Repair", href: "/services" },
|
||||
@@ -217,21 +161,17 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Us: (402) 888-1234", href: "tel:+14028881234" },
|
||||
{ label: "Email Us", href: "mailto:info@omahaplumbers.com" },
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.app.goo.gl/YourGoogleMapsLinkHere",
|
||||
},
|
||||
label: "Location", href: "https://maps.app.goo.gl/YourGoogleMapsLinkHere"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user