Merge version_1 into main #9

Merged
bender merged 2 commits from version_1 into main 2026-03-10 18:59:30 +00:00
2 changed files with 131 additions and 208 deletions

View File

@@ -7,7 +7,7 @@ import FeatureCardThree from "@/components/sections/feature/featureCardThree/Fea
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import Link from "next/link";
import { Hammer, Star, Phone } from "lucide-react";
import { Home, Star, CheckCircle, Phone, Mail } from "lucide-react";
export default function FlooringServicesPage() {
return (
@@ -25,123 +25,108 @@ export default function FlooringServicesPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Earl Boys Services"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Call Now",
href: "tel:804-938-0669",
text: "Call Now", href: "tel:804-938-0669"
}}
brandName="Earl Boys Services"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
title="Professional Flooring Installation in Richmond, VA"
description="Expert hardwood and tile flooring services. Quality craftsmanship, competitive pricing, and meticulous attention to detail for your home."
tag="Flooring Specialists"
tagIcon={Hammer}
tagAnimation="entrance-slide"
background={{ variant: "plain" }}
title="Professional Flooring Installation & Repair Services"
description="Expert flooring solutions for your Richmond home. From hardwood to tile, we deliver beautiful, durable results. Licensed, insured, and committed to quality craftsmanship."
tag="Flooring Services"
tagIcon={Home}
tagAnimation="slide-up"
background={{
variant: "plain"
}}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/installing-ceramic-floor-tiles-construction-site-construction-workers-workers-laying-tiles-floor-with-cement-adhesive-renovating-floor-vertical-frame_166373-2129.jpg?_wi=2",
imageAlt: "Professional flooring installation with tile",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328066.jpg", imageAlt: "Professional flooring installer at work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530711.jpg?_wi=5",
imageAlt: "Skilled flooring technician at work",
imageSrc: "http://img.b2bpic.net/free-photo/installing-ceramic-floor-tiles-construction-site-construction-workers-workers-laying-tiles-floor-with-cement-adhesive-renovating-floor-vertical-frame_166373-2129.jpg", imageAlt: "Ceramic tile flooring installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=6",
imageAlt: "Professional tradesperson quality work",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", imageAlt: "Professional tradesperson"
}
]}
mediaAnimation="blur-reveal"
buttons={[
{
text: "Call Now: 804-938-0669",
href: "tel:804-938-0669",
text: "Call Now: 804-938-0669", href: "tel:804-938-0669"
},
{
text: "Request Estimate",
href: "/contact",
},
text: "Request Quote", href: "#contact"
}
]}
buttonAnimation="entrance-slide"
useInvertedBackground={false}
buttonAnimation="slide-up"
/>
</div>
<div id="features" data-section="features">
<FeatureCardThree
features={[
{
id: "01",
title: "Premium Material Selection",
description: "We source and install high-quality hardwood, laminate, and tile options. Professional consultation to match your style and budget.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tools-carpentry-table_23-2148643196.jpg?_wi=5",
imageAlt: "Professional quality flooring materials",
},
{
id: "02",
title: "Expert Installation",
description: "Precise measurement, preparation, and installation. Flawless finishes with proper underlayment and finishing techniques for lasting durability.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-ladder-balance_23-2149366706.jpg?_wi=5",
imageAlt: "Expert flooring installation process",
},
{
id: "03",
title: "Competitive Pricing",
description: "Transparent quotes with no hidden fees. Professional work at fair prices. Get quality flooring without breaking your budget.",
imageSrc: "http://img.b2bpic.net/free-photo/frustrated-young-husband-wife-doing-paperwork-together-calculating-their-expenses-managing-bills-using-laptop-computer-calculator-modern-kitchen_273609-1677.jpg?_wi=5",
imageAlt: "Transparent pricing and fair estimates",
},
{
id: "04",
title: "Quick Project Completion",
description: "Efficient team minimizes disruption to your home. We work clean and professional, respecting your space and timeline.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-garage-sale_23-2150577001.jpg?_wi=3",
imageAlt: "Fast and efficient professional service",
},
]}
title="Why Choose Earl Boys Services for Flooring"
description="Premium installation with professional expertise and customer satisfaction"
tag="Flooring Excellence"
title="Why Choose Earl Boys for Flooring Work"
description="Our flooring expertise ensures beautiful, durable, and professionally installed results"
tag="Flooring Expertise"
tagIcon={Star}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={true}
features={[
{
id: "01", title: "Quality Materials", description="We use premium flooring materials from trusted suppliers. Hardwood, tile, laminate, and vinyl options available to match any style and budget.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tools-carpentry-table_23-2148643196.jpg", imageAlt: "Quality flooring materials"
},
{
id: "02", title: "Expert Installation", description: "Professional installation ensures your flooring lasts for years. Proper subfloor preparation, precise cutting, and perfect finishing are our standard.", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-ladder-balance_23-2149366706.jpg", imageAlt: "Expert flooring installation"
},
{
id: "03", title: "Fast & Efficient", description: "We work quickly without compromising quality. Most projects completed on schedule, minimizing disruption to your home and daily routine.", imageSrc: "http://img.b2bpic.net/free-photo/frustrated-young-husband-wife-doing-paperwork-together-calculating-their-expenses-managing-bills-using-laptop-computer-calculator-modern-kitchen_273609-1677.jpg", imageAlt: "Efficient flooring service"
},
{
id: "04", title: "Fair Transparent Pricing", description: "Upfront quotes with no hidden fees. We provide detailed estimates and explain the flooring options available to match your budget.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-garage-sale_23-2150577001.jpg", imageAlt: "Transparent pricing"
}
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
carouselMode="buttons"
buttons={[
{
text: "Other Services", href: "/services"
}
]}
buttonAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Ready for New Flooring?"
tag="Ready for Professional Flooring Service?"
tagIcon={Phone}
tagAnimation="entrance-slide"
title="Schedule Your Flooring Installation Today"
description="Contact Earl Boys Services for a free consultation and estimate. Our team will help you choose the perfect flooring and install it with precision."
tagAnimation="slide-up"
title="Schedule Your Flooring Project Today"
description="Whether you need new installation, repairs, or refinishing, Earl Boys Services is ready to help. Call now for a free estimate and discover why Richmond homeowners choose us for their flooring needs."
buttons={[
{
text: "Call: 804-938-0669",
href: "tel:804-938-0669",
text: "Call: 804-938-0669", href: "tel:804-938-0669"
},
{
text: "Request Service",
href: "/contact",
},
text: "Request Service", href: "#contact"
}
]}
buttonAnimation="entrance-slide"
background={{ variant: "gradient-bars" }}
buttonAnimation="slide-up"
background={{
variant: "gradient-bars"
}}
useInvertedBackground={true}
/>
</div>
@@ -150,81 +135,63 @@ export default function FlooringServicesPage() {
<FooterSimple
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Plumbing",
href: "#",
label: "Plumbing", href: "#"
},
{
label: "Electrical",
href: "#",
label: "Electrical", href: "/services/electrical"
},
{
label: "Painting",
href: "#",
label: "Painting", href: "/services/painting"
},
{
label: "Flooring",
href: "/services/flooring",
label: "Flooring", href: "/services/flooring"
},
{
label: "Wall Mounting",
href: "#",
},
],
label: "Wall Mounting", href: "#"
}
]
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#",
label: "About Us", href: "#"
},
{
label: "Our Team",
href: "#",
label: "Our Team", href: "#"
},
{
label: "Reviews",
href: "#",
label: "Reviews", href: "#"
},
{
label: "Contact",
href: "/contact",
},
],
label: "Contact", href: "#"
}
]
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Call: 804-938-0669",
href: "tel:804-938-0669",
label: "Call: 804-938-0669", href: "tel:804-938-0669"
},
{
label: "Richmond, VA",
href: "#",
label: "Richmond, VA", href: "#"
},
{
label: "Request Service",
href: "/contact",
},
],
label: "Request Service", href: "#"
}
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
label: "Privacy Policy", href: "#"
},
{
label: "Terms of Service",
href: "#",
},
],
},
label: "Terms of Service", href: "#"
}
]
}
]}
bottomLeftText="© 2025 Earl Boys Services LLC. All rights reserved. Richmond, VA"
bottomRightText="Professional Home Services | Licensed & Insured"

View File

@@ -7,7 +7,7 @@ import FeatureCardThree from "@/components/sections/feature/featureCardThree/Fea
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import Link from "next/link";
import { Hammer, Star, Palette, Phone, Mail } from "lucide-react";
import { Palette, Star, Zap, Phone, Mail } from "lucide-react";
export default function PaintingServicesPage() {
return (
@@ -34,89 +34,66 @@ export default function PaintingServicesPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Call Now",
href: "tel:804-938-0669"
text: "Call Now", href: "tel:804-938-0669"
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
title="Professional Painting Services for Your Richmond Home"
description="Interior and exterior painting that transforms your space. Expert craftsmanship, premium materials, and attention to detail in every project."
title="Professional Interior & Exterior Painting Services"
description="Transform your Richmond home with expert painting services. Quality finishes, professional team, and attention to detail on every project."
tag="Painting Services"
tagIcon={Palette}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
background={{
variant: "plain"
}}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328066.jpg?_wi=4",
imageAlt: "Professional painter at work"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328066.jpg", imageAlt: "Professional painter at work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530711.jpg?_wi=4",
imageAlt: "Painting service in progress"
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530711.jpg", imageAlt: "Interior painting work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=5",
imageAlt: "Professional tradesperson"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", imageAlt: "Professional tradesperson"
}
]}
mediaAnimation="blur-reveal"
buttons={[
{
text: "Call Now: 804-938-0669",
href: "tel:804-938-0669"
text: "Call Now: 804-938-0669", href: "tel:804-938-0669"
},
{
text: "Get Free Estimate",
href: "#contact"
text: "Request Quote", href: "#contact"
}
]}
buttonAnimation="entrance-slide"
useInvertedBackground={false}
buttonAnimation="slide-up"
/>
</div>
<div id="features" data-section="features">
<FeatureCardThree
title="Why Choose Earl Boys for Your Painting Project"
description="Quality workmanship and exceptional results for every paint job"
tag="Painting Excellence"
title="Why Choose Earl Boys for Painting"
description="Professional painting expertise and attention to detail for beautiful, lasting results"
tag="Painting Expertise"
tagIcon={Star}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={true}
features={[
{
id: "01",
title: "Expert Preparation",
description: "Proper surface preparation is key to lasting paint jobs. We clean, patch, and prime thoroughly for flawless results that last for years.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tools-carpentry-table_23-2148643196.jpg?_wi=4",
imageAlt: "Professional painting preparation"
id: "01", title: "Quality Materials", description: "We use premium paints and finishes that last. Proper surface preparation ensures beautiful, durable results that protect your investment.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tools-carpentry-table_23-2148643196.jpg", imageAlt: "Quality painting materials"
},
{
id: "02",
title: "Premium Materials",
description: "We use high-quality paints and finishes that provide durability, color retention, and protection against the elements and wear.",
imageSrc: "http://img.b2bpic.net/free-vector/design-artwork-logo-template_23-2149507393.jpg?_wi=2",
imageAlt: "Premium paint selection"
id: "02", title: "Professional Finish", description: "Expert painters deliver smooth, even coats with attention to detail. Interior and exterior painting completed to the highest standards.", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-ladder-balance_23-2149366706.jpg", imageAlt: "Professional painting finish"
},
{
id: "03",
title: "Interior & Exterior Expertise",
description: "From living room refreshes to complete exterior transformations, we handle all painting projects with the same attention to detail and professionalism.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-ladder-balance_23-2149366706.jpg?_wi=4",
imageAlt: "Interior and exterior painting"
id: "03", title: "Clean & Efficient", description: "We protect your home during painting and clean thoroughly after completion. On-time project delivery with minimal disruption to your daily routine.", imageSrc: "http://img.b2bpic.net/free-photo/frustrated-young-husband-wife-doing-paperwork-together-calculating-their-expenses-managing-bills-using-laptop-computer-calculator-modern-kitchen_273609-1677.jpg", imageAlt: "Efficient painting service"
},
{
id: "04",
title: "Clean Professional Work",
description: "Minimal disruption to your home and life. We protect your furniture and floors, maintain a clean work site, and leave no mess behind.",
imageSrc: "http://img.b2bpic.net/free-photo/frustrated-young-husband-wife-doing-paperwork-together-calculating-their-expenses-managing-bills-using-laptop-computer-calculator-modern-kitchen_273609-1677.jpg?_wi=4",
imageAlt: "Professional cleanup"
id: "04", title: "Competitive Pricing", description: "Transparent quotes with no hidden fees. Professional results at affordable prices. Free estimates to help you plan your painting project.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-garage-sale_23-2150577001.jpg", imageAlt: "Affordable painting pricing"
}
]}
gridVariant="two-columns-alternating-heights"
@@ -124,32 +101,29 @@ export default function PaintingServicesPage() {
carouselMode="buttons"
buttons={[
{
text: "All Services",
href: "/services"
text: "Other Services", href: "/services"
}
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Ready to Transform Your Space?"
tag="Ready for Professional Painting?"
tagIcon={Phone}
tagAnimation="entrance-slide"
title="Get Your Painting Project Started Today"
description="Whether it's a single room refresh or a complete home transformation, Earl Boys Services brings professional painting expertise to every project. Contact us for a free estimate and color consultation."
tagAnimation="slide-up"
title="Schedule Your Painting Project Today"
description="Whether you need interior room painting, exterior home painting, or accent walls, Earl Boys Services delivers professional results. Call now for a free estimate and color consultation."
buttons={[
{
text: "Call: 804-938-0669",
href: "tel:804-938-0669"
text: "Call: 804-938-0669", href: "tel:804-938-0669"
},
{
text: "Request Estimate",
href: "#contact"
text: "Request Service", href: "#contact"
}
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{
variant: "gradient-bars"
}}
@@ -161,78 +135,60 @@ export default function PaintingServicesPage() {
<FooterSimple
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Plumbing",
href: "#"
label: "Plumbing", href: "#"
},
{
label: "Electrical",
href: "/services/electrical"
label: "Electrical", href: "/services/electrical"
},
{
label: "Painting",
href: "/services/painting"
label: "Painting", href: "/services/painting"
},
{
label: "Flooring",
href: "#"
label: "Flooring", href: "/services/flooring"
},
{
label: "Wall Mounting",
href: "#"
label: "Wall Mounting", href: "#"
}
]
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#"
label: "About Us", href: "#"
},
{
label: "Our Team",
href: "#"
label: "Our Team", href: "#"
},
{
label: "Reviews",
href: "#"
label: "Reviews", href: "#"
},
{
label: "Contact",
href: "#"
label: "Contact", href: "#"
}
]
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Call: 804-938-0669",
href: "tel:804-938-0669"
label: "Call: 804-938-0669", href: "tel:804-938-0669"
},
{
label: "Richmond, VA",
href: "#"
label: "Richmond, VA", href: "#"
},
{
label: "Request Service",
href: "#"
label: "Request Service", href: "#"
}
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#"
label: "Privacy Policy", href: "#"
},
{
label: "Terms of Service",
href: "#"
label: "Terms of Service", href: "#"
}
]
}