1 Commits

Author SHA1 Message Date
b3f954f5d0 Update src/app/page.tsx 2026-03-07 23:41:51 +00:00

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="HandyPro"
brandName="Cordial Handyman and Maintenance Services LLC"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
title="Professional Handyman Services in Grove City, Ohio"
description="From plumbing and electrical work to carpentry and repairs, we handle all your home maintenance needs with expert craftsmanship and reliability."
description="From plumbing and electrical work to carpentry and repairs, we handle all your home maintenance needs with expert craftsmanship and reliability. Call us at 614-782-2882 for immediate assistance."
tag="Local Expert"
tagIcon={Wrench}
tagAnimation="slide-up"
@@ -54,19 +54,19 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "https://images.unsplash.com/photo-1565183938294-7563f3ff68c5?w=1200&h=600&fit=crop&_wi=1", imageAlt: "Professional drywall installation and finishing"
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept_23-2147773416.jpg", imageAlt: "Professional handyman with tools"
},
{
imageSrc: "https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=1200&h=600&fit=crop", imageAlt: "Expert plumbing repair and installation"
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg?_wi=1", imageAlt: "Plumbing repair service"
},
{
imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=1200&h=600&fit=crop", imageAlt: "Professional electrical work and installation"
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17794.jpg?_wi=1", imageAlt: "Electrical installation work"
},
{
imageSrc: "https://images.unsplash.com/photo-1565183938294-7563f3ff68c5?w=1200&h=600&fit=crop&_wi=2", imageAlt: "HVAC furnace maintenance and repair"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-carpenter-making-wooden-furniture-workshop_23-2147944929.jpg?_wi=1", imageAlt: "Carpentry and woodwork"
},
{
imageSrc: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200&h=600&fit=crop", imageAlt: "Professional lighting fixtures installation"
imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg?_wi=1", imageAlt: "Drywall and painting service"
},
]}
ariaLabel="Hero section showcasing handyman services"
@@ -86,38 +86,32 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Plumbing Repairs", description: "Expert plumbing services including leak repairs, fixture installation, and pipe maintenance for residential properties.", imageSrc: "https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=600&h=400&fit=crop", imageAlt: "Professional plumbing repair and installation"},
title: "Plumbing Repairs", description: "Expert plumbing services including leak repairs, fixture installation, and pipe maintenance for residential properties.", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg?_wi=2", imageAlt: "Professional plumbing repair"},
{
id: 2,
title: "Electrical Work", description: "Licensed electrical services including outlet installation, wiring updates, and troubleshooting for safe home operation.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=600&h=400&fit=crop", imageAlt: "Professional electrical panel and installation"},
title: "Electrical Work", description: "Licensed electrical services including outlet installation, wiring updates, and troubleshooting for safe home operation.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17794.jpg?_wi=2", imageAlt: "Professional electrical installation"},
{
id: 3,
title: "Drywall & Painting", description: "Interior painting, drywall repair, and finishing services to refresh and maintain your home's appearance.", imageSrc: "https://images.unsplash.com/photo-1565183938294-7563f3ff68c5?w=600&h=400&fit=crop", imageAlt: "Professional drywall installation and painting"},
title: "Carpentry & Woodwork", description: "Quality carpentry including door installation, cabinet repairs, shelving, and custom woodwork projects.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-carpenter-making-wooden-furniture-workshop_23-2147944929.jpg?_wi=2", imageAlt: "Professional carpentry work"},
{
id: 4,
title: "HVAC Services", description: "Furnace and air conditioner maintenance, repair, and installation to keep your home comfortable year-round.", imageSrc: "https://images.unsplash.com/photo-1585518419759-43a1a2f4884f?w=600&h=400&fit=crop", imageAlt: "Professional HVAC furnace and AC maintenance"},
{
id: 5,
title: "Light Fixtures", description: "Professional installation and repair of light fixtures, ceiling fans, and lighting systems throughout your home.", imageSrc: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=600&h=400&fit=crop", imageAlt: "Professional light fixture installation"},
{
id: 6,
title: "Carpentry & Woodwork", description: "Quality carpentry including door installation, cabinet repairs, shelving, and custom woodwork projects.", imageSrc: "https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?w=600&h=400&fit=crop", imageAlt: "Professional carpentry and woodwork"},
title: "Painting & Drywall", description: "Interior painting, drywall repair, and finishing services to refresh and maintain your home's appearance.", imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg?_wi=2", imageAlt: "Professional painting and drywall"},
]}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="About HandyPro"
tag="About Cordial Handyman and Maintenance Services LLC"
tagIcon={Home}
title="Your Trusted Local Handyman Since 2005"
description="Serving Grove City and surrounding communities for nearly two decades, we've built our reputation on reliable service, quality workmanship, and honest pricing. Our team of certified professionals takes pride in solving your home maintenance challenges efficiently and professionally."
description="Serving Grove City and surrounding communities for nearly two decades, we've built our reputation on reliable service, quality workmanship, and honest pricing. Our team of certified professionals takes pride in solving your home maintenance challenges efficiently and professionally. Call 614-782-2882 to speak with our team."
metrics={[
{ value: "2000+", title: "Projects Completed" },
{ value: "98%", title: "Customer Satisfaction" },
]}
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=600&fit=crop"
imageAlt="Professional handyman team at work"
imageSrc="http://img.b2bpic.net/free-photo/side-view-smiling-mature-businessman-outdoors_23-2147955297.jpg?_wi=1"
imageAlt="Experienced handyman team"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -126,8 +120,8 @@ export default function LandingPage() {
<div id="why-choose" data-section="why-choose">
<MetricCardEleven
title="Why Choose HandyPro?"
description="We deliver exceptional results and customer service for every project, large or small."
title="Why Choose Cordial Handyman and Maintenance Services LLC?"
description="We deliver exceptional results and customer service for every project, large or small. Call 614-782-2882 today."
tag="Our Advantages"
tagAnimation="slide-up"
textboxLayout="default"
@@ -135,9 +129,9 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "1", value: "24/7", title: "Available Service", description: "Emergency repairs handled promptly", imageSrc: "https://images.unsplash.com/photo-1521737711867-e3b97375f902?w=400&h=400&fit=crop", imageAlt: "24/7 availability for emergency repairs"},
id: "1", value: "24/7", title: "Available Service", description: "Emergency repairs handled promptly", imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430639.jpg", imageAlt: "24/7 availability"},
{
id: "2", value: "100%", title: "Licensed & Insured", description: "Full protection for your home", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=400&fit=crop", imageAlt: "Licensed professional handyman at work"},
id: "2", value: "100%", title: "Licensed & Insured", description: "Full protection for your home", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-mature-businessman-outdoors_23-2147955297.jpg?_wi=2", imageAlt: "Licensed professional"},
]}
/>
</div>
@@ -155,27 +149,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Grove City", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop", imageAlt: "Sarah Johnson - Satisfied customer"},
imageSrc: "http://img.b2bpic.net/free-photo/glad-smiling-bearded-man-rub-hands-relish-good-profit_176420-17946.jpg", imageAlt: "professional portrait headshot business"},
{
id: "2", name: "Michael Chen", role: "Property Owner", company: "Grove City", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop", imageAlt: "Michael Chen - Property owner"},
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-with-grey-hair-posing-with-violet-jacket_343059-91.jpg", imageAlt: "female professional portrait headshot"},
{
id: "3", name: "Jennifer Martinez", role: "Homeowner", company: "Grove City", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200&h=200&fit=crop", imageAlt: "Jennifer Martinez - Happy homeowner"},
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg", imageAlt: "professional portrait man headshot business"},
{
id: "4", name: "Patricia Williams", role: "Business Owner", company: "Grove City", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop", imageAlt: "Patricia Williams - Business owner"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-looking-camera-office_23-2148218515.jpg", imageAlt: "professional woman portrait headshot"},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to get your home maintenance handled by professionals? Contact us today for a free, no-obligation quote. We're here to help!"
text="Ready to get your home maintenance handled by professionals? Contact Cordial Handyman and Maintenance Services LLC today for a free, no-obligation quote. Call us at 614-782-2882 or use the form below. We're here to help!"
animationType="entrance-slide"
buttons={[
{ text: "Call Now", href: "tel:+16145551234" },
{ text: "Email Us", href: "mailto:info@handyprogrove.com" },
{ text: "Call Now", href: "tel:614-782-2882" },
{ text: "Email Us", href: "mailto:info@cordialhandyman.com" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -184,14 +178,14 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="HandyPro"
copyrightText="© 2025 HandyPro Handyman Services. All rights reserved. | Grove City, Ohio"
logoText="Cordial Handyman and Maintenance Services LLC"
copyrightText="© 2025 Cordial Handyman and Maintenance Services LLC. All rights reserved. | Grove City, Ohio | 614-782-2882"
socialLinks={[
{ icon: Facebook, href: "https://facebook.com/handyprogrove", ariaLabel: "Facebook" },
{ icon: Phone, href: "tel:+16145551234", ariaLabel: "Call HandyPro" },
{ icon: Facebook, href: "https://facebook.com/cordialhandyman", ariaLabel: "Facebook" },
{ icon: Phone, href: "tel:614-782-2882", ariaLabel: "Call Cordial Handyman" },
]}
/>
</div>
</ThemeProvider>
);
}
}