From 479945c6880817614bbb3026d525818a8dd67581 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:43:20 +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 621d285..b93ca02 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -33,8 +33,8 @@ export default function ContactPage() { { name: "Performance", id: "#performance" }, { name: "Services", id: "#services" }, { name: "Testimonials", id: "#testimonials" }, - { name: "Projects", href: "/projects" }, - { name: "Contact", href: "/contact" } + { name: "Projects", id: "/projects" }, + { name: "Contact", id: "/contact" } ]} button={{ text: "Request a Quote", href: "/contact" @@ -92,4 +92,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 00226c92a65bcac7b1cc6001f30e0770419c9d8a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:43:21 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2695c52..2b558f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,6 +199,7 @@ export default function LandingPage() { onSubmit={(email) => console.log("Newsletter subscribed:", email)} centered={true} className="py-24" + useInvertedBackground={false} />
-- 2.49.1 From fd2567f629f8f6f7e134bf28e9eab3c7c548404e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:43:21 +0000 Subject: [PATCH 3/4] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 2e3045f..5f0c8cf 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -32,8 +32,8 @@ export default function ProjectsPage() { { name: "Performance", id: "#performance" }, { name: "Services", id: "#services" }, { name: "Testimonials", id: "#testimonials" }, - { name: "Projects", href: "/projects" }, - { name: "Contact", href: "/contact" } + { name: "Projects", id: "/projects" }, + { name: "Contact", id: "/contact" } ]} button={{ text: "Request a Quote", href: "/contact" @@ -89,4 +89,4 @@ export default function ProjectsPage() {
); -} \ No newline at end of file +} -- 2.49.1 From 49d3adb7ed1a6e7ba7c216fd6db0ff1b4561518d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:43:22 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 636c6da..471a785 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -5,7 +5,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import HeroLogo from '@/components/sections/hero/HeroLogo'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Truck, Settings, Wrench, Box, Snowflake, BusFront, Ambulance, DraftingCompass, Layers, Monitor, Share2, Globe, ClipboardCheck, ShipWheel, FileText, Package2, Scale, Phone, HardHat, Computer, GraduationCap, CalendarCheck, RefreshCw, Linkedin, Facebook, Instagram, Youtube } from "lucide-react"; +import { Truck, Settings, Wrench, Box, Snowflake, BusFront, Ambulance, DraftingCompass, Layers, Monitor, Share2, Globe, ClipboardCheck, ShipWheel, FileText, Package2, Scale, Phone, HardHat, Computer, GraduationCap, CalendarCheck, RefreshCw, Linkedin, Facebook, Instagram, Youtube, ShieldCheck } from "lucide-react"; export default function ServicesPage() { return ( @@ -25,15 +25,15 @@ export default function ServicesPage() {