From c8ec5d21992f9fe9d85d9b9aedbee494642fe2e6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:53:25 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 66988cf..769720b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; @@ -30,7 +30,7 @@ export default function ContactPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "/contact" }, ]} button={{ text: "Call Now", href: "tel:804-938-0669" @@ -40,7 +40,7 @@ export default function ContactPage() {
- Date: Tue, 10 Mar 2026 19:53:26 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb26c3a..fdc1867 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; @@ -42,11 +42,11 @@ export default function HomePage() {
- Date: Tue, 10 Mar 2026 19:53:26 +0000 Subject: [PATCH 3/4] Update src/app/services/electrical/page.tsx --- src/app/services/electrical/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/services/electrical/page.tsx b/src/app/services/electrical/page.tsx index c8d1c1a..2434fa9 100644 --- a/src/app/services/electrical/page.tsx +++ b/src/app/services/electrical/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; @@ -28,9 +28,9 @@ export default function ElectricalServicesPage() { brandName="Earl Boys Services" navItems={[ { name: "Home", id: "/" }, - { name: "Services", id: "/services" }, - { name: "About", id: "/about" }, - { name: "Reviews", id: "/reviews" }, + { name: "Services", id: "services" }, + { name: "About", id: "about" }, + { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "/contact" } ]} button={{ @@ -40,7 +40,7 @@ export default function ElectricalServicesPage() {
- Date: Tue, 10 Mar 2026 19:53:27 +0000 Subject: [PATCH 4/4] Update src/app/services/flooring/page.tsx --- src/app/services/flooring/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/services/flooring/page.tsx b/src/app/services/flooring/page.tsx index 066db2b..1a4f974 100644 --- a/src/app/services/flooring/page.tsx +++ b/src/app/services/flooring/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; @@ -28,9 +28,9 @@ export default function FlooringServicesPage() { brandName="Earl Boys Services" navItems={[ { name: "Home", id: "/" }, - { name: "Services", id: "/services" }, - { name: "About", id: "/about" }, - { name: "Reviews", id: "/reviews" }, + { name: "Services", id: "services" }, + { name: "About", id: "about" }, + { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "/contact" } ]} button={{ @@ -40,7 +40,7 @@ export default function FlooringServicesPage() {
-