Merge version_1 into main #5

Merged
bender merged 4 commits from version_1 into main 2026-03-10 18:47:58 +00:00
4 changed files with 132 additions and 140 deletions

View File

@@ -23,39 +23,6 @@ export default function HomePage() {
{ name: "Contact", id: "#contact" },
];
const footerColumns = [
{
title: "Services", items: [
{ label: "Plumbing", href: "/services/plumbing" },
{ label: "Electrical", href: "/services/electrical" },
{ label: "Painting", href: "/services/painting" },
{ label: "Flooring", href: "/services/flooring" },
{ label: "Wall Mounting", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
{ label: "Reviews", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Contact", items: [
{ label: "Call: 804-938-0669", href: "tel:804-938-0669" },
{ label: "Richmond, VA", href: "#" },
{ label: "Request Service", href: "#contact" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -310,7 +277,38 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={footerColumns}
columns={[
{
title: "Services", items: [
{ label: "Plumbing", href: "/services/plumbing" },
{ label: "Electrical", href: "/services/electrical" },
{ label: "Painting", href: "/services/painting" },
{ label: "Flooring", href: "/services/flooring" },
{ label: "Wall Mounting", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
{ label: "Reviews", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Contact", items: [
{ label: "Call: 804-938-0669", href: "tel:804-938-0669" },
{ label: "Richmond, VA", href: "#" },
{ label: "Request Service", href: "#contact" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", 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 HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Hammer, Star, Zap, Phone } from 'lucide-react';
import { Star, Zap, Phone } from 'lucide-react';
export default function ElectricalServicesPage() {
const navItems = [
@@ -18,39 +18,6 @@ export default function ElectricalServicesPage() {
{ name: "Contact", id: "#contact" },
];
const footerColumns = [
{
title: "Services", items: [
{ label: "Plumbing", href: "/services/plumbing" },
{ label: "Electrical", href: "/services/electrical" },
{ label: "Painting", href: "/services/painting" },
{ label: "Flooring", href: "/services/flooring" },
{ label: "Wall Mounting", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
{ label: "Reviews", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Contact", items: [
{ label: "Call: 804-938-0669", href: "tel:804-938-0669" },
{ label: "Richmond, VA", href: "#" },
{ label: "Request Service", href: "#contact" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -148,7 +115,38 @@ export default function ElectricalServicesPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={footerColumns}
columns={[
{
title: "Services", items: [
{ label: "Plumbing", href: "/services/plumbing" },
{ label: "Electrical", href: "/services/electrical" },
{ label: "Painting", href: "/services/painting" },
{ label: "Flooring", href: "/services/flooring" },
{ label: "Wall Mounting", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
{ label: "Reviews", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Contact", items: [
{ label: "Call: 804-938-0669", href: "tel:804-938-0669" },
{ label: "Richmond, VA", href: "#" },
{ label: "Request Service", href: "#contact" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", 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 HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Hammer, Star, Brush, Phone } from 'lucide-react';
import { Star, Palette, Phone } from 'lucide-react';
export default function PaintingServicesPage() {
const navItems = [
@@ -18,39 +18,6 @@ export default function PaintingServicesPage() {
{ name: "Contact", id: "#contact" },
];
const footerColumns = [
{
title: "Services", items: [
{ label: "Plumbing", href: "/services/plumbing" },
{ label: "Electrical", href: "/services/electrical" },
{ label: "Painting", href: "/services/painting" },
{ label: "Flooring", href: "/services/flooring" },
{ label: "Wall Mounting", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
{ label: "Reviews", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Contact", items: [
{ label: "Call: 804-938-0669", href: "tel:804-938-0669" },
{ label: "Richmond, VA", href: "#" },
{ label: "Request Service", href: "#contact" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -77,7 +44,7 @@ export default function PaintingServicesPage() {
title="Professional Painting Services in Richmond, VA"
description="Transform your space with expert interior and exterior painting services. Quality finishes, attention to detail, and customer satisfaction guaranteed."
tag="Paint Perfection"
tagIcon={Brush}
tagIcon={Palette}
tagAnimation="entrance-slide"
background={{ variant: "plain" }}
mediaItems={[
@@ -148,7 +115,38 @@ export default function PaintingServicesPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={footerColumns}
columns={[
{
title: "Services", items: [
{ label: "Plumbing", href: "/services/plumbing" },
{ label: "Electrical", href: "/services/electrical" },
{ label: "Painting", href: "/services/painting" },
{ label: "Flooring", href: "/services/flooring" },
{ label: "Wall Mounting", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
{ label: "Reviews", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Contact", items: [
{ label: "Call: 804-938-0669", href: "tel:804-938-0669" },
{ label: "Richmond, VA", href: "#" },
{ label: "Request Service", href: "#contact" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", 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 HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Hammer, Star, Wrench, Phone } from "lucide-react";
import { Wrench, Star, Phone } from "lucide-react";
export default function PlumbingPage() {
const navItems = [
@@ -18,39 +18,6 @@ export default function PlumbingPage() {
{ name: "Contact", id: "#contact" },
];
const footerColumns = [
{
title: "Services", items: [
{ label: "Plumbing", href: "/services/plumbing" },
{ label: "Electrical", href: "/services/electrical" },
{ label: "Painting", href: "/services/painting" },
{ label: "Flooring", href: "/services/flooring" },
{ label: "Wall Mounting", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
{ label: "Reviews", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Contact", items: [
{ label: "Call: 804-938-0669", href: "tel:804-938-0669" },
{ label: "Richmond, VA", href: "#" },
{ label: "Request Service", href: "#contact" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -155,7 +122,38 @@ export default function PlumbingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={footerColumns}
columns={[
{
title: "Services", items: [
{ label: "Plumbing", href: "/services/plumbing" },
{ label: "Electrical", href: "/services/electrical" },
{ label: "Painting", href: "/services/painting" },
{ label: "Flooring", href: "/services/flooring" },
{ label: "Wall Mounting", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
{ label: "Reviews", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Contact", items: [
{ label: "Call: 804-938-0669", href: "tel:804-938-0669" },
{ label: "Richmond, VA", href: "#" },
{ label: "Request Service", href: "#contact" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
]}
bottomLeftText="© 2025 Earl Boys Services LLC. All rights reserved. Richmond, VA"
bottomRightText="Professional Home Services | Licensed & Insured"
/>