Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 047c003fa7 | |||
| ae0395f8f9 | |||
| db2fd60ad2 | |||
| 7cb2604b68 | |||
| b39e6bd073 | |||
| 9af23a3939 | |||
| cde4820292 | |||
| 7634c4d510 | |||
| 2306a655b4 | |||
| edfcaab91c | |||
| 9137ea4770 | |||
| f6e89e2086 |
@@ -1,26 +1,22 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||||
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
|
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
|
||||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
import { Hammer, Wrench, Phone, Mail, MessageCircle, CheckCircle } from "lucide-react";
|
||||||
import { Hammer, Wrench, Droplet, Paintbrush, Zap, MonitorPlay, Armchair, Layers, TrendingUp, Clock, Users, CheckCircle, Star, Facebook, Instagram, Phone } from "lucide-react";
|
|
||||||
|
|
||||||
export default function ContactPage() {
|
export default function ContactPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Portfolio", id: "portfolio" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const contactButton = {
|
|
||||||
text: "Call Now", href: "tel:804-938-0669"};
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="hover-magnetic"
|
defaultButtonVariant="hover-magnetic"
|
||||||
@@ -35,15 +31,16 @@ export default function ContactPage() {
|
|||||||
headingFontWeight="bold"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleFullscreen
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={contactButton}
|
|
||||||
brandName="Earl Boys Services"
|
brandName="Earl Boys Services"
|
||||||
|
bottomLeftText="Richmond, VA"
|
||||||
|
bottomRightText="804-938-0669"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardGallery
|
||||||
title="Contact Earl Boys Services"
|
title="Contact Earl Boys Services"
|
||||||
description="Get in touch with our team for all your home service needs. We're here to help transform your home with professional, reliable service."
|
description="Get in touch with our team for all your home service needs. We're here to help transform your home with professional, reliable service."
|
||||||
tag="Earl Boys Services"
|
tag="Earl Boys Services"
|
||||||
@@ -52,25 +49,24 @@ export default function ContactPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-family-repairs-room_1157-24897.jpg", imageAlt: "Professional home services team"},
|
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-family-repairs-room_1157-24897.jpg?_wi=2", imageAlt: "Professional home services team"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg", imageAlt: "Expert plumbing services"},
|
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg?_wi=3", imageAlt: "Expert plumbing services"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-painting-wall-home_23-2149098981.jpg", imageAlt: "Professional painting services"},
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-painting-wall-home_23-2149098981.jpg?_wi=3", imageAlt: "Professional painting services"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-checks-switchboard-tablet-night-shift-smart-service_169016-70936.jpg", imageAlt: "Licensed electrical work"},
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-checks-switchboard-tablet-night-shift-smart-service_169016-70936.jpg?_wi=3", imageAlt: "Licensed electrical work"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-checking-planning-workshop_329181-11868.jpg", imageAlt: "General maintenance services"},
|
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-checking-planning-workshop_329181-11868.jpg?_wi=3", imageAlt: "General maintenance services"},
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/circular-saw-carpenter-using-circular-saw-wood_169016-17039.jpg", imageAlt: "Professional flooring installation"},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now: 804-938-0669", href: "tel:804-938-0669"},
|
text: "Call Now: 804-938-0669", href: "tel:804-938-0669"},
|
||||||
{
|
{
|
||||||
text: "Quick Contact Form", href: "#contact-form"},
|
text: "Get Free Estimate", href: "#contact-form"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
ariaLabel="Contact page hero section for Earl Boys Services"
|
ariaLabel="Contact page hero section for Earl Boys Services"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -88,14 +84,14 @@ export default function ContactPage() {
|
|||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-receiving-box_23-2149103401.jpg", imageAlt: "Customer service support"},
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-receiving-box_23-2149103401.jpg", imageAlt: "Customer service support"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-choosing-color_23-2148903521.jpg", imageAlt: "Professional communication"},
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-choosing-color_23-2148903521.jpg?_wi=2", imageAlt: "Professional communication"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Service Area Coverage", description: "We proudly serve Richmond, VA and all surrounding areas with comprehensive home services.", icon: Wrench,
|
title: "Service Area Coverage", description: "We proudly serve Richmond, VA and all surrounding areas with comprehensive home services.", icon: Wrench,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-push-pin-blur-map_23-2147958186.jpg", imageAlt: "Richmond virginia map location marker"},
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-push-pin-blur-map_23-2147958186.jpg?_wi=2", imageAlt: "Richmond virginia map location marker"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-cleaning-office-together_23-2149345517.jpg", imageAlt: "Professional home services team working"},
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-cleaning-office-together_23-2149345517.jpg", imageAlt: "Professional home services team working"},
|
||||||
],
|
],
|
||||||
@@ -104,7 +100,7 @@ export default function ContactPage() {
|
|||||||
title: "Free Estimates", description: "Schedule a free consultation and estimate for your project with our experienced team.", icon: CheckCircle,
|
title: "Free Estimates", description: "Schedule a free consultation and estimate for your project with our experienced team.", icon: CheckCircle,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg", imageAlt: "Home improvement project"},
|
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg?_wi=2", imageAlt: "Home improvement project"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-builder-men-with-smartphones_23-2148751993.jpg", imageAlt: "Professional consultation"},
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-builder-men-with-smartphones_23-2148751993.jpg", imageAlt: "Professional consultation"},
|
||||||
],
|
],
|
||||||
@@ -130,37 +126,8 @@ export default function ContactPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="contact-form" data-section="contact-form">
|
||||||
<MetricCardOne
|
<ContactFaq
|
||||||
title="Ready to Transform Your Home?"
|
|
||||||
description="Join thousands of satisfied customers who have trusted Earl Boys Services with their most important projects."
|
|
||||||
tag="Contact Details"
|
|
||||||
tagIcon={TrendingUp}
|
|
||||||
metrics={[
|
|
||||||
{
|
|
||||||
id: "1", value: "804", title: "938", description: "Call us directly - Call Now", icon: Phone,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2", value: "15", title: "Years", description: "Experience serving Richmond VA", icon: Clock,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3", value: "2000", title: "Customers", description: "Trust us for their home services", icon: Users,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4", value: "10", title: "Services", description: "Available in your area", icon: Wrench,
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
animationType="slide-up"
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
|
||||||
<FaqSplitText
|
|
||||||
sideTitle="Questions About Our Services?"
|
|
||||||
sideDescription="Find answers to common questions about contacting Earl Boys Services, scheduling appointments, and our service offerings."
|
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1", title: "What is your phone number?", content: "You can reach us at 804-938-0669. We're available during business hours and offer emergency service for urgent issues."},
|
id: "1", title: "What is your phone number?", content: "You can reach us at 804-938-0669. We're available during business hours and offer emergency service for urgent issues."},
|
||||||
@@ -175,30 +142,49 @@ export default function ContactPage() {
|
|||||||
{
|
{
|
||||||
id: "6", title: "Are you licensed and insured?", content: "Absolutely. Earl Boys Services is fully licensed, insured, and bonded. We maintain all required certifications."},
|
id: "6", title: "Are you licensed and insured?", content: "Absolutely. Earl Boys Services is fully licensed, insured, and bonded. We maintain all required certifications."},
|
||||||
]}
|
]}
|
||||||
textPosition="left"
|
ctaTitle="Ready to Get Started?"
|
||||||
faqsAnimation="slide-up"
|
ctaDescription="Contact Earl Boys Services today for a free estimate and professional home service solutions."
|
||||||
|
ctaButton={{ text: "Call Now", href: "tel:804-938-0669" }}
|
||||||
|
ctaIcon={Phone}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="smooth"
|
animationType="slide-up"
|
||||||
|
accordionAnimationType="smooth"
|
||||||
|
showCard={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterSimple
|
||||||
logoText="Earl Boys Services"
|
columns={[
|
||||||
copyrightText="© 2025 Earl Boys Services LLC. All rights reserved. Licensed & Insured."
|
|
||||||
socialLinks={[
|
|
||||||
{
|
{
|
||||||
icon: Facebook,
|
title: "Services", items: [
|
||||||
href: "https://facebook.com", ariaLabel: "Facebook"},
|
{ label: "Plumbing", href: "/" },
|
||||||
|
{ label: "Electrical", href: "/" },
|
||||||
|
{ label: "Painting", href: "/" },
|
||||||
|
{ label: "Maintenance", href: "/" },
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Instagram,
|
title: "Company", items: [
|
||||||
href: "https://instagram.com", ariaLabel: "Instagram"},
|
{ label: "About Us", href: "/" },
|
||||||
|
{ label: "Contact", href: "/contact" },
|
||||||
|
{ label: "Testimonials", href: "/" },
|
||||||
|
{ label: "Get Estimate", href: "tel:804-938-0669" },
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Phone,
|
title: "Contact", items: [
|
||||||
href: "tel:804-938-0669", ariaLabel: "Call us"},
|
{ label: "Phone: 804-938-0669", href: "tel:804-938-0669" },
|
||||||
|
{ label: "Richmond, VA", href: "#" },
|
||||||
|
{ label: "Licensed & Insured", href: "#" },
|
||||||
|
{ label: "Available 24/7", href: "#" },
|
||||||
|
],
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
|
bottomLeftText="© 2025 Earl Boys Services LLC. All rights reserved. Licensed & Insured."
|
||||||
|
bottomRightText="Professional Home Services"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
1434
src/app/layout.tsx
1434
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
359
src/app/page.tsx
359
src/app/page.tsx
@@ -1,34 +1,24 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||||
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
|
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
|
||||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
import { Hammer, Wrench, Droplet, Paintbrush, Zap, MonitorPlay, CheckCircle, Phone, Mail, MessageCircle } from "lucide-react";
|
||||||
import Link from "next/link";
|
|
||||||
import {
|
|
||||||
Hammer,
|
|
||||||
Wrench,
|
|
||||||
Droplet,
|
|
||||||
Paintbrush,
|
|
||||||
Zap,
|
|
||||||
MonitorPlay,
|
|
||||||
Armchair,
|
|
||||||
Layers,
|
|
||||||
Clock,
|
|
||||||
Users,
|
|
||||||
CheckCircle,
|
|
||||||
TrendingUp,
|
|
||||||
Star,
|
|
||||||
Facebook,
|
|
||||||
Instagram,
|
|
||||||
Phone,
|
|
||||||
} from "lucide-react";
|
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
|
const navItems = [
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
|
{ name: "Services", id: "services" },
|
||||||
|
{ name: "About", id: "about" },
|
||||||
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
|
{ name: "Contact", id: "contact" },
|
||||||
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="hover-magnetic"
|
defaultButtonVariant="hover-magnetic"
|
||||||
@@ -36,184 +26,118 @@ export default function HomePage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="mediumLargeSizeLargeTitles"
|
sizing="mediumLargeSizeLargeTitles"
|
||||||
background="noise"
|
background="circleGradient"
|
||||||
cardStyle="solid"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="bold"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleFullscreen
|
||||||
|
navItems={navItems}
|
||||||
brandName="Earl Boys Services"
|
brandName="Earl Boys Services"
|
||||||
navItems={[
|
bottomLeftText="Richmond, VA"
|
||||||
{ name: "Home", id: "home" },
|
bottomRightText="804-938-0669"
|
||||||
{ name: "Services", id: "services" },
|
|
||||||
{ name: "About", id: "about" },
|
|
||||||
{ name: "Portfolio", id: "portfolio" },
|
|
||||||
{ name: "Contact", id: "contact" },
|
|
||||||
]}
|
|
||||||
button={{
|
|
||||||
text: "Call Now",
|
|
||||||
href: "tel:804-938-0669",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardGallery
|
||||||
title="Professional Home Services in Richmond, VA"
|
title="Professional Home Services You Can Trust"
|
||||||
description="Expert solutions for all your home improvement, repair, and maintenance needs. 10+ services to transform your home. Call 804-938-0669"
|
description="Earl Boys Services delivers expert plumbing, electrical, painting, and maintenance solutions for your home. With over 15 years of experience serving Richmond, VA, we're committed to quality workmanship and customer satisfaction."
|
||||||
tag="Earl Boys Services"
|
tag="Earl Boys Services"
|
||||||
tagIcon={Hammer}
|
tagIcon={Hammer}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-family-repairs-room_1157-24897.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-family-repairs-room_1157-24897.jpg?_wi=1", imageAlt: "Professional home services team"},
|
||||||
imageAlt: "Professional home services team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg?_wi=1", imageAlt: "Expert plumbing services"},
|
||||||
imageAlt: "Expert plumbing services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-painting-wall-home_23-2149098981.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-painting-wall-home_23-2149098981.jpg?_wi=1", imageAlt: "Professional painting services"},
|
||||||
imageAlt: "Professional painting services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-checks-switchboard-tablet-night-shift-smart-service_169016-70936.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-checks-switchboard-tablet-night-shift-smart-service_169016-70936.jpg?_wi=1", imageAlt: "Licensed electrical work"},
|
||||||
imageAlt: "Licensed electrical work",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-checking-planning-workshop_329181-11868.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-checking-planning-workshop_329181-11868.jpg?_wi=1", imageAlt: "General maintenance services"},
|
||||||
imageAlt: "General maintenance services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/circular-saw-carpenter-using-circular-saw-wood_169016-17039.jpg?_wi=1",
|
|
||||||
imageAlt: "Professional flooring installation",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now: 804-938-0669",
|
text: "Call Now", href: "tel:804-938-0669"},
|
||||||
href: "tel:804-938-0669",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Book a Service",
|
text: "Get Free Estimate", href: "#contact"},
|
||||||
href: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
ariaLabel="Hero section for Earl Boys Services"
|
ariaLabel="Hero section for Earl Boys Services"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services-home" data-section="services-home">
|
<div id="social-proof" data-section="social-proof">
|
||||||
|
<SocialProofOne
|
||||||
|
title="Trusted by Homeowners Throughout Richmond"
|
||||||
|
description="Join thousands of satisfied customers who have transformed their homes with Earl Boys Services"
|
||||||
|
tag="Social Proof"
|
||||||
|
tagAnimation="slide-up"
|
||||||
|
names={[
|
||||||
|
"Family Homes", "Small Businesses", "Property Managers", "Real Estate Agents", "Contractors", "Building Owners"]}
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
speed={40}
|
||||||
|
showCard={true}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="services" data-section="services">
|
||||||
<FeatureCardTwentyFive
|
<FeatureCardTwentyFive
|
||||||
|
title="Our Professional Services"
|
||||||
|
description="We provide comprehensive home services to keep your property in top condition"
|
||||||
|
tag="What We Do"
|
||||||
|
tagIcon={Wrench}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Plumbing Services",
|
title: "Plumbing Services", description: "Expert repairs, installations, and maintenance for all your plumbing needs.", icon: Droplet,
|
||||||
description: "Expert plumbing repairs, installations, and maintenance for all your home water systems.",
|
|
||||||
icon: Droplet,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg?_wi=2", imageAlt: "Professional plumbing repair"},
|
||||||
imageAlt: "Professional plumbing work",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-receiving-box_23-2149103401.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-push-pin-blur-map_23-2147958186.jpg?_wi=1", imageAlt: "Plumbing installation work"},
|
||||||
imageAlt: "Plumbing project completed",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Painting Services",
|
title: "Electrical Work", description: "Licensed electrical services including repairs, upgrades, and installations.", icon: Zap,
|
||||||
description: "Interior and exterior painting with premium finishes for residential and commercial spaces.",
|
|
||||||
icon: Paintbrush,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-painting-wall-home_23-2149098981.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-checks-switchboard-tablet-night-shift-smart-service_169016-70936.jpg?_wi=2", imageAlt: "Electrical panel inspection"},
|
||||||
imageAlt: "Professional painting service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-choosing-color_23-2148903521.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-choosing-color_23-2148903521.jpg?_wi=1", imageAlt: "Electrical service work"},
|
||||||
imageAlt: "Painting transformation",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Electrical Work",
|
title: "Painting & Finishing", description: "Interior and exterior painting with attention to detail and quality finishes.", icon: Paintbrush,
|
||||||
description: "Licensed electrical services including installations, repairs, and safety inspections.",
|
|
||||||
icon: Zap,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-checks-switchboard-tablet-night-shift-smart-service_169016-70936.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-painting-wall-home_23-2149098981.jpg?_wi=2", imageAlt: "Professional painting service"},
|
||||||
imageAlt: "Professional electrical work",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg?_wi=1", imageAlt: "Interior painting project"},
|
||||||
imageAlt: "Electrical project completed",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Wall Mounting",
|
title: "General Maintenance", description: "Comprehensive home maintenance and repairs to keep everything running smoothly.", icon: Wrench,
|
||||||
description: "Professional TV mounting, shelving installation, and wall customization services.",
|
|
||||||
icon: MonitorPlay,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-builder-men-with-smartphones_23-2148751993.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-checking-planning-workshop_329181-11868.jpg?_wi=2", imageAlt: "General maintenance work"},
|
||||||
imageAlt: "Professional wall mounting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-receiving-box_23-2149103401.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/circular-saw-carpenter-using-circular-saw-wood_169016-17039.jpg", imageAlt: "General repair services"},
|
||||||
imageAlt: "Wall mounting installation",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Furniture Assembly",
|
|
||||||
description: "Quick and efficient furniture assembly for residential and commercial installations.",
|
|
||||||
icon: Armchair,
|
|
||||||
mediaItems: [
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hitting-nail-by-hammer_329181-3740.jpg?_wi=1",
|
|
||||||
imageAlt: "Professional furniture assembly",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-choosing-color_23-2148903521.jpg?_wi=2",
|
|
||||||
imageAlt: "Furniture installation completed",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Flooring Installation",
|
|
||||||
description: "Expert flooring installation for hardwood, tile, laminate, and other materials.",
|
|
||||||
icon: Layers,
|
|
||||||
mediaItems: [
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/circular-saw-carpenter-using-circular-saw-wood_169016-17039.jpg?_wi=2",
|
|
||||||
imageAlt: "Professional flooring installation",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242082.jpg?_wi=2",
|
|
||||||
imageAlt: "Flooring project transformation",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
title="Our Expert Services"
|
|
||||||
description="Comprehensive home services tailored to your needs. From plumbing to painting, we handle it all with professional excellence."
|
|
||||||
tag="10 Services"
|
|
||||||
tagIcon={Wrench}
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View All Services",
|
text: "Request Service", href: "tel:804-938-0669"},
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -223,147 +147,76 @@ export default function HomePage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-wearing-casual-clothes_23-2149199815.jpg", imageAlt: "Sarah Johnson testimonial"},
|
||||||
name: "Sarah Johnson",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman-close-up_23-2148746290.jpg",
|
|
||||||
imageAlt: "Sarah Johnson testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-woman-wearing-casual-clothes_23-2149199814.jpg", imageAlt: "Michael Chen testimonial"},
|
||||||
name: "Michael Chen",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg",
|
|
||||||
imageAlt: "Michael Chen testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-casual-clothes_23-2149199813.jpg", imageAlt: "Emma Davis testimonial"},
|
||||||
name: "Emily Rodriguez",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-euphoric-successful-businesswoman_273609-13789.jpg",
|
|
||||||
imageAlt: "Emily Rodriguez testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-casual-clothes_23-2149199812.jpg", imageAlt: "James Wilson testimonial"},
|
||||||
name: "David Williams",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-t-shirt-jacket-cap-looking-amazed-front-view_176474-57861.jpg",
|
|
||||||
imageAlt: "David Williams testimonial",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Over 2,000+ satisfied customers trust Earl Boys Services for their home improvement needs"
|
cardTitle="Over 2,000 homeowners trust Earl Boys Services for their most important projects"
|
||||||
cardTag="Customer Reviews"
|
cardTag="Testimonials"
|
||||||
cardTagIcon={Star}
|
|
||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="contact" data-section="contact">
|
||||||
<MetricCardOne
|
<ContactFaq
|
||||||
metrics={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
value: "15",
|
|
||||||
title: "Years",
|
|
||||||
description: "In business serving Richmond VA",
|
|
||||||
icon: Clock,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
value: "2000",
|
|
||||||
title: "Customers",
|
|
||||||
description: "Satisfied homeowners and businesses",
|
|
||||||
icon: Users,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
value: "98",
|
|
||||||
title: "Percent",
|
|
||||||
description: "Customer satisfaction rating",
|
|
||||||
icon: CheckCircle,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
value: "10",
|
|
||||||
title: "Services",
|
|
||||||
description: "Complete home service solutions",
|
|
||||||
icon: Wrench,
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
animationType="slide-up"
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
title="By The Numbers"
|
|
||||||
description="Earl Boys Services is Richmond's trusted home services leader with proven results."
|
|
||||||
tag="Our Success"
|
|
||||||
tagIcon={TrendingUp}
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
|
||||||
<FaqSplitText
|
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "What areas do you serve?", content: "We proudly serve Richmond, VA and all surrounding areas. Our service team covers residential and commercial properties throughout the region."},
|
||||||
title: "What areas of Richmond do you serve?",
|
|
||||||
content: "We proudly serve all of Richmond, VA and surrounding areas. Our service team covers residential and commercial properties throughout the region.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Do you charge for estimates?", content: "No! We provide free, no-obligation estimates for all services. Contact us to schedule your consultation."},
|
||||||
title: "How quickly can you respond to service requests?",
|
|
||||||
content: "We typically respond to service requests within 24 hours. For urgent issues, call us at 804-938-0669 for immediate assistance.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Are you licensed and insured?", content: "Absolutely. Earl Boys Services is fully licensed, insured, and bonded. We maintain all required certifications."},
|
||||||
title: "Do you offer warranty on your work?",
|
|
||||||
content: "Yes! We stand behind our workmanship with comprehensive warranties on all services. Details vary by service type.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "How quickly can you respond?", content: "We typically respond to service requests within 24 hours. For emergency issues, call us immediately at 804-938-0669."},
|
||||||
title: "Are you licensed and insured?",
|
|
||||||
content: "Absolutely. Earl Boys Services is fully licensed, insured, and bonded. We maintain all required certifications for electrical, plumbing, and other specialized services.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
title: "What payment methods do you accept?",
|
|
||||||
content: "We accept cash, check, credit cards, and digital payments. We also offer financing options for larger projects.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6",
|
|
||||||
title: "Do you provide free estimates?",
|
|
||||||
content: "Yes! We provide free, no-obligation estimates for all services. Contact us to schedule your consultation.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Frequently Asked Questions"
|
ctaTitle="Get Your Free Estimate Today"
|
||||||
sideDescription="Find answers to common questions about our home services, pricing, and availability."
|
ctaDescription="Contact Earl Boys Services for professional, reliable home services. We're ready to help transform your home."
|
||||||
textPosition="left"
|
ctaButton={{ text: "Call Now", href: "tel:804-938-0669" }}
|
||||||
faqsAnimation="slide-up"
|
ctaIcon={Phone}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="smooth"
|
animationType="slide-up"
|
||||||
|
accordionAnimationType="smooth"
|
||||||
|
showCard={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterSimple
|
||||||
logoText="Earl Boys Services"
|
columns={[
|
||||||
copyrightText="© 2025 Earl Boys Services LLC. All rights reserved. Licensed & Insured."
|
|
||||||
socialLinks={[
|
|
||||||
{
|
{
|
||||||
icon: Facebook,
|
title: "Services", items: [
|
||||||
href: "https://facebook.com",
|
{ label: "Plumbing", href: "#services" },
|
||||||
ariaLabel: "Facebook",
|
{ label: "Electrical", href: "#services" },
|
||||||
|
{ label: "Painting", href: "#services" },
|
||||||
|
{ label: "Maintenance", href: "#services" },
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Instagram,
|
title: "Company", items: [
|
||||||
href: "https://instagram.com",
|
{ label: "About Us", href: "#about" },
|
||||||
ariaLabel: "Instagram",
|
{ label: "Contact", href: "#contact" },
|
||||||
|
{ label: "Testimonials", href: "#testimonials" },
|
||||||
|
{ label: "Get Estimate", href: "tel:804-938-0669" },
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Phone,
|
title: "Contact", items: [
|
||||||
href: "tel:804-938-0669",
|
{ label: "Phone: 804-938-0669", href: "tel:804-938-0669" },
|
||||||
ariaLabel: "Call us",
|
{ label: "Richmond, VA", href: "#" },
|
||||||
|
{ label: "Licensed & Insured", href: "#" },
|
||||||
|
{ label: "Available 24/7", href: "#" },
|
||||||
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
bottomLeftText="© 2025 Earl Boys Services LLC. All rights reserved. Licensed & Insured."
|
||||||
|
bottomRightText="Professional Home Services"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user