Update src/app/page.tsx

This commit is contained in:
2026-03-09 19:41:29 +00:00
parent 0add6e4945
commit 38ba9155c7

View File

@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Plumbing Repairs", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
{ label: "Water Heater", href: "/services" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Service Area", href: "#area" },
{ label: "Reviews", href: "#testimonials" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call (207) 225-3737", href: "tel:(207)225-3737" },
{ label: "8 Tidswell Rd, Turner, ME 04282", href: "#" },
{ label: "Request Service", href: "/contact" },
@@ -50,8 +47,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Sitemap", href: "#" },
@@ -66,7 +62,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
@@ -80,12 +76,10 @@ export default function HomePage() {
<HeroCentered
title="Your Trusted Local Plumber in Turner, Maine"
description="Family-owned plumbing service providing reliable repairs, installations, and emergency help. Fast response times. Honest service. Trusted by local homeowners."
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg",
alt: "Professional plumber Pete",
},
src: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", alt: "Professional plumber Pete"},
]}
avatarText="Serving Turner & Surrounding Communities"
buttons={[
@@ -103,7 +97,7 @@ export default function HomePage() {
description="Pete the Plumber"
subdescription="Turner, Maine - Your Local Neighborhood Plumber"
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg"
imageAlt="Professional plumber at work"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -118,45 +112,33 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Plumbing Repairs",
description:
"Fast, reliable fixes for leaks, drips, and broken fixtures. We diagnose and solve problems efficiently.",
phoneOne: {
title: "Plumbing Repairs", description:
"Fast, reliable fixes for leaks, drips, and broken fixtures. We diagnose and solve problems efficiently.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg?_wi=2",
},
"http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=1",
},
"http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg"},
},
{
id: 2,
title: "Drain Cleaning",
description:
"Professional drain cleaning removes blockages and restores proper water flow.",
phoneOne: {
title: "Drain Cleaning", description:
"Professional drain cleaning removes blockages and restores proper water flow.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=2",
},
"http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg?_wi=3",
},
"http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg"},
},
{
id: 3,
title: "Water Heater Service",
description:
"Repair, maintenance, and installation of water heaters for consistent hot water.",
phoneOne: {
title: "Water Heater Service", description:
"Repair, maintenance, and installation of water heaters for consistent hot water.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/hvac-repairman-adjusts-pressure-levels_482257-91172.jpg?_wi=1",
},
"http://img.b2bpic.net/free-photo/hvac-repairman-adjusts-pressure-levels_482257-91172.jpg"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg?_wi=1",
},
"http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg"},
},
]}
showStepNumbers={true}
@@ -174,15 +156,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Turner",
"Lewiston",
"Auburn",
"Lisbon",
"Greene",
"Durham",
"Minot",
"Poland",
]}
"Turner", "Lewiston", "Auburn", "Lisbon", "Greene", "Durham", "Minot", "Poland"]}
speed={40}
showCard={true}
/>
@@ -195,49 +169,25 @@ export default function HomePage() {
tag="Testimonials"
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "Turner, ME",
testimonial:
"Pete was fast, professional, and honest about what needed to be done. Highly recommend!",
rating: 5,
id: "1", name: "Sarah Johnson", handle: "Turner, ME", testimonial:
"Pete was fast, professional, and honest about what needed to be done. Highly recommend!", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1",
imageAlt: "Sarah Johnson testimonial",
},
"http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Sarah Johnson testimonial"},
{
id: "2",
name: "Michael Chen",
handle: "Lewiston, ME",
testimonial:
"Emergency service on a Saturday night. Pete came out within the hour and fixed everything. Lifesaver!",
rating: 5,
id: "2", name: "Michael Chen", handle: "Lewiston, ME", testimonial:
"Emergency service on a Saturday night. Pete came out within the hour and fixed everything. Lifesaver!", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg?_wi=1",
imageAlt: "Michael Chen testimonial",
},
"http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", imageAlt: "Michael Chen testimonial"},
{
id: "3",
name: "Emily Rodriguez",
handle: "Auburn, ME",
testimonial:
"Small family owned company that's been plumbing for a long time. Good local people.",
rating: 5,
id: "3", name: "Emily Rodriguez", handle: "Auburn, ME", testimonial:
"Small family owned company that's been plumbing for a long time. Good local people.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/attractive-pretty-girl-african-american-origin-expressing-good-positive-emotions-sitting-against-stylish-kitchen-interior-having-toothy-radiant-smile-ethnicity-beauty-concept_343059-2644.jpg?_wi=1",
imageAlt: "Emily Rodriguez testimonial",
},
"http://img.b2bpic.net/free-photo/attractive-pretty-girl-african-american-origin-expressing-good-positive-emotions-sitting-against-stylish-kitchen-interior-having-toothy-radiant-smile-ethnicity-beauty-concept_343059-2644.jpg", imageAlt: "Emily Rodriguez testimonial"},
{
id: "4",
name: "David Kim",
handle: "Lisbon, ME",
testimonial:
"Fair pricing, no surprises, and the work was done right the first time. Pete's the best.",
rating: 5,
id: "4", name: "David Kim", handle: "Lisbon, ME", testimonial:
"Fair pricing, no surprises, and the work was done right the first time. Pete's the best.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-businesswoman-standing-escalator_107420-63612.jpg?_wi=1",
imageAlt: "David Kim testimonial",
},
"http://img.b2bpic.net/free-photo/portrait-businesswoman-standing-escalator_107420-63612.jpg", imageAlt: "David Kim testimonial"},
]}
showRating={true}
carouselMode="auto"
@@ -267,41 +217,23 @@ export default function HomePage() {
tag="FAQ"
faqs={[
{
id: "1",
title: "Do you offer emergency plumbing service?",
content:
"Yes! We provide 24/7 emergency plumbing services. Call (207) 225-3737 anytime you need immediate help.",
},
id: "1", title: "Do you offer emergency plumbing service?", content:
"Yes! We provide 24/7 emergency plumbing services. Call (207) 225-3737 anytime you need immediate help."},
{
id: "2",
title: "What areas do you serve?",
content:
"We proudly serve Turner, Lewiston, Auburn, Lisbon, Greene, Durham, Minot, Poland, and surrounding areas in Androscoggin County.",
},
id: "2", title: "What areas do you serve?", content:
"We proudly serve Turner, Lewiston, Auburn, Lisbon, Greene, Durham, Minot, Poland, and surrounding areas in Androscoggin County."},
{
id: "3",
title: "How much does a service call cost?",
content:
"We offer competitive pricing with no surprise fees. Call for a free quote or estimate on your specific plumbing needs.",
},
id: "3", title: "How much does a service call cost?", content:
"We offer competitive pricing with no surprise fees. Call for a free quote or estimate on your specific plumbing needs."},
{
id: "4",
title: "Are you licensed and insured?",
content:
"Absolutely. We're fully licensed, insured, and committed to professional plumbing standards and local regulations.",
},
id: "4", title: "Are you licensed and insured?", content:
"Absolutely. We're fully licensed, insured, and committed to professional plumbing standards and local regulations."},
{
id: "5",
title: "Do you offer warranties on work?",
content:
"Yes, we stand behind our work with warranties on repairs and installations. Ask about our warranty details.",
},
id: "5", title: "Do you offer warranties on work?", content:
"Yes, we stand behind our work with warranties on repairs and installations. Ask about our warranty details."},
{
id: "6",
title: "How quickly can you respond?",
content:
"We pride ourselves on fast response times. For emergency calls, we typically respond within 1-2 hours in our service areas.",
},
id: "6", title: "How quickly can you respond?", content:
"We pride ourselves on fast response times. For emergency calls, we typically respond within 1-2 hours in our service areas."},
]}
textboxLayout="default"
useInvertedBackground={false}