Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a73ab3a396 | |||
| a24e2c2241 |
195
src/app/page.tsx
195
src/app/page.tsx
@@ -31,27 +31,17 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Why Us",
|
name: "Why Us", id: "why-us"},
|
||||||
id: "why-us",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "reviews"},
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="The Rooter Guys"
|
brandName="The Rooter Guys"
|
||||||
button={{
|
button={{
|
||||||
text: "(916) 474-9898",
|
text: "(916) 474-9898", href: "tel:9164749898"}}
|
||||||
href: "tel:9164749898",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -61,39 +51,23 @@ export default function LandingPage() {
|
|||||||
description="4.9⭐ rated by local homeowners. From leaks to full sewer repairs, The Rooter Guys show up fast and fix it right the first time."
|
description="4.9⭐ rated by local homeowners. From leaks to full sewer repairs, The Rooter Guys show up fast and fix it right the first time."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now: (916) 474-9898",
|
text: "Call Now: (916) 474-9898", href: "tel:9164749898"},
|
||||||
href: "tel:9164749898",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Get a Free Estimate",
|
text: "Get a Free Estimate", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-doing-joke_1368-563.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/plumber-doing-joke_1368-563.jpg?_wi=1", imageAlt: "Professional Plumber"},
|
||||||
imageAlt: "Professional Plumber",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721567.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721567.jpg?_wi=1", imageAlt: "Modern Plumbing Equipment"},
|
||||||
imageAlt: "Modern Plumbing Equipment",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg?_wi=1", imageAlt: "Home Plumbing Inspection"},
|
||||||
imageAlt: "Home Plumbing Inspection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-builder-holding-toolbox-uniform-helmet-gloves-front-view_176474-10019.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/male-builder-holding-toolbox-uniform-helmet-gloves-front-view_176474-10019.jpg?_wi=1", imageAlt: "Emergency Repair"},
|
||||||
imageAlt: "Emergency Repair",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-11329.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-11329.jpg?_wi=1", imageAlt: "Our Trusted Team"},
|
||||||
imageAlt: "Our Trusted Team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-order-curbside-pickup-outside_23-2149106402.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-order-curbside-pickup-outside_23-2149106402.jpg", imageAlt: "Our Service Van"},
|
||||||
imageAlt: "Our Service Van",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -106,41 +80,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Leak Detection", price: "Expert Repair", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg"},
|
||||||
name: "Leak Detection",
|
|
||||||
price: "Expert Repair",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Drain Cleaning", price: "Clear & Fast", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-different-construction-tools-wooden-background_169016-24024.jpg"},
|
||||||
name: "Drain Cleaning",
|
|
||||||
price: "Clear & Fast",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-different-construction-tools-wooden-background_169016-24024.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Water Heaters", price: "Install/Fix", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg"},
|
||||||
name: "Water Heaters",
|
|
||||||
price: "Install/Fix",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Sewer Lines", price: "Full Replacement", imageSrc: "http://img.b2bpic.net/free-photo/coveralls-digitally-generated-car-cardboard-box-pointing_1134-941.jpg"},
|
||||||
name: "Sewer Lines",
|
|
||||||
price: "Full Replacement",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/coveralls-digitally-generated-car-cardboard-box-pointing_1134-941.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Inspections", price: "Complete Check", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg"},
|
||||||
name: "Inspections",
|
|
||||||
price: "Complete Check",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Standard Hours", price: "6am - 9pm (Mon-Sat)", imageSrc: "http://img.b2bpic.net/free-photo/courier-doing-jobs-logistics_23-2149229209.jpg"},
|
||||||
name: "Emergency 24/7",
|
|
||||||
price: "Always Available",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/courier-doing-jobs-logistics_23-2149229209.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Full-Service Plumbing"
|
title="Full-Service Plumbing"
|
||||||
description="If it’s plumbing—we fix it."
|
description="If it’s plumbing—we fix it."
|
||||||
@@ -154,19 +104,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Hidden fees",
|
"Hidden fees", "Confusing jargon", "Shortcuts", "Pressure to upsell"],
|
||||||
"Confusing jargon",
|
|
||||||
"Shortcuts",
|
|
||||||
"Pressure to upsell",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Fast response (within the hour)",
|
"Fast response (within the hour)", "Respectful technicians", "Clear explanations", "Work done right the first time"],
|
||||||
"Respectful technicians",
|
|
||||||
"Clear explanations",
|
|
||||||
"Work done right the first time",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="Why The Rooter Guys Are Different"
|
title="Why The Rooter Guys Are Different"
|
||||||
description="We don’t guess—we diagnose and give you real options."
|
description="We don’t guess—we diagnose and give you real options."
|
||||||
@@ -179,60 +121,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Michael L.", date: "Jan 2025", title: "Great Service", quote: "Within an hour Ryan showed up and gave me multiple options. Super professional and didn’t give up on a tough leak.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-woman-smiling-confident-drinking-coffee-new-home_839833-34774.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumber-doing-joke_1368-563.jpg?_wi=2", imageAlt: "happy homeowner smiling indoor"},
|
||||||
name: "Michael L.",
|
|
||||||
date: "Jan 2025",
|
|
||||||
title: "Great Service",
|
|
||||||
quote: "Within an hour Ryan showed up and gave me multiple options. Super professional and didn’t give up on a tough leak.",
|
|
||||||
tag: "Verified",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-woman-smiling-confident-drinking-coffee-new-home_839833-34774.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-doing-joke_1368-563.jpg?_wi=2",
|
|
||||||
imageAlt: "happy homeowner smiling indoor",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Barbara S.", date: "Dec 2024", title: "Water Heater Fix", quote: "Jesse installed our water heater—quick, friendly, and done right the first time.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/two-female-friends-having-conversation-kitchen_23-2148708990.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721567.jpg?_wi=2", imageAlt: "happy homeowner smiling indoor"},
|
||||||
name: "Barbara S.",
|
|
||||||
date: "Dec 2024",
|
|
||||||
title: "Water Heater Fix",
|
|
||||||
quote: "Jesse installed our water heater—quick, friendly, and done right the first time.",
|
|
||||||
tag: "Verified",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-female-friends-having-conversation-kitchen_23-2148708990.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721567.jpg?_wi=2",
|
|
||||||
imageAlt: "happy homeowner smiling indoor",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Michelle M.", date: "Nov 2024", title: "Honest Work", quote: "Free inspection and honest feedback. No unnecessary repairs.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/tenderness-youth-beauty-concept-portrait-carefree-charming-teen-girl-white-top-striped-shirt-relaxing-sofa-stylish-living-room-interior-keeping-eyes-closed-smiling-broadly_344912-10.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg?_wi=2", imageAlt: "happy homeowner smiling indoor"},
|
||||||
name: "Michelle M.",
|
|
||||||
date: "Nov 2024",
|
|
||||||
title: "Honest Work",
|
|
||||||
quote: "Free inspection and honest feedback. No unnecessary repairs.",
|
|
||||||
tag: "Verified",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/tenderness-youth-beauty-concept-portrait-carefree-charming-teen-girl-white-top-striped-shirt-relaxing-sofa-stylish-living-room-interior-keeping-eyes-closed-smiling-broadly_344912-10.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg?_wi=2",
|
|
||||||
imageAlt: "happy homeowner smiling indoor",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David P.", date: "Oct 2024", title: "Highly Recommend", quote: "Derrick was great. Very communicative and did exactly what he said he would do.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-builder-holding-toolbox-uniform-helmet-gloves-front-view_176474-10019.jpg?_wi=2", imageAlt: "happy homeowner smiling indoor"},
|
||||||
name: "David P.",
|
|
||||||
date: "Oct 2024",
|
|
||||||
title: "Highly Recommend",
|
|
||||||
quote: "Derrick was great. Very communicative and did exactly what he said he would do.",
|
|
||||||
tag: "Verified",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-builder-holding-toolbox-uniform-helmet-gloves-front-view_176474-10019.jpg?_wi=2",
|
|
||||||
imageAlt: "happy homeowner smiling indoor",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Sarah T.", date: "Sep 2024", title: "Fixed My Drain", quote: "Super fast, professional, and very clean. My go-to plumbers now.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/positive-dark-skinned-woman-with-overjoyed-expression-closes-eyes-laughs_273609-45488.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-11329.jpg?_wi=2", imageAlt: "happy homeowner smiling indoor"},
|
||||||
name: "Sarah T.",
|
|
||||||
date: "Sep 2024",
|
|
||||||
title: "Fixed My Drain",
|
|
||||||
quote: "Super fast, professional, and very clean. My go-to plumbers now.",
|
|
||||||
tag: "Verified",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-dark-skinned-woman-with-overjoyed-expression-closes-eyes-laughs_273609-45488.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-11329.jpg?_wi=2",
|
|
||||||
imageAlt: "happy homeowner smiling indoor",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Trusted by Local Homeowners"
|
title="Trusted by Local Homeowners"
|
||||||
description="Real reviews from your neighbors in Auburn & Placerville."
|
description="Real reviews from your neighbors in Auburn & Placerville."
|
||||||
@@ -245,25 +142,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "What are your business hours?", content: "We are open 6am to 9pm, Monday through Saturday."},
|
||||||
title: "Do you offer emergency services?",
|
|
||||||
content: "Yes, we are available 24/7 for emergency plumbing needs in the Auburn area.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Are your technicians licensed?", content: "Absolutely. All our technicians are fully licensed, insured, and background-checked for your peace of mind."},
|
||||||
title: "Are your technicians licensed?",
|
|
||||||
content: "Absolutely. All our technicians are fully licensed, insured, and background-checked for your peace of mind.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "What areas do you serve?", content: "We proudly serve Auburn, Placerville, Roseville, Rocklin, and surrounding communities."},
|
||||||
title: "What areas do you serve?",
|
|
||||||
content: "We proudly serve Auburn, Placerville, Roseville, Rocklin, and surrounding communities.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "How quickly can you respond?", content: "We prioritize fast responses and can often arrive within the hour for urgent calls."},
|
||||||
title: "How quickly can you respond?",
|
|
||||||
content: "We prioritize fast responses and can often arrive within the hour for urgent calls.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Honest Pricing. No Surprises."
|
title="Honest Pricing. No Surprises."
|
||||||
description="You’ll know your options and the price before any work starts."
|
description="You’ll know your options and the price before any work starts."
|
||||||
@@ -276,14 +161,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Auburn",
|
"Auburn", "Placerville", "Roseville", "Rocklin", "Newcastle", "Cool", "Foresthill"]}
|
||||||
"Placerville",
|
|
||||||
"Roseville",
|
|
||||||
"Rocklin",
|
|
||||||
"Newcastle",
|
|
||||||
"Cool",
|
|
||||||
"Foresthill",
|
|
||||||
]}
|
|
||||||
title="Proudly Serving Auburn & Surrounding Areas"
|
title="Proudly Serving Auburn & Surrounding Areas"
|
||||||
description="Local plumbers who actually show up when you need them."
|
description="Local plumbers who actually show up when you need them."
|
||||||
/>
|
/>
|
||||||
@@ -293,20 +171,15 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
tag="Get It Handled"
|
tag="Get It Handled"
|
||||||
title="Need a Plumber You Can Trust?"
|
title="Need a Plumber You Can Trust?"
|
||||||
description="Stop the damage before it costs you more. Skip the stress and call The Rooter Guys today."
|
description="Stop the damage before it costs you more. Skip the stress and call The Rooter Guys today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now (916) 474-9898",
|
text: "Call Now (916) 474-9898", href: "tel:9164749898"},
|
||||||
href: "tel:9164749898",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Request Free Estimate",
|
text: "Request Free Estimate", href: "tel:9164749898"},
|
||||||
href: "tel:9164749898",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user