From 33612d8ecc0a3d199979ca0f40f3bbba8d8d3181 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:53:21 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 98ba27e..0672460 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1419,4 +1419,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From f402160bc188576a7873d09c33767774a986a719 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:53:22 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7fa911..8b41aeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Shield, Wrench, Award, Hammer, TrendingUp, MessageSquare, Users, HelpCircle, Phone } from "lucide-react"; +import { Shield, Wrench, Award, Hammer, TrendingUp, MessageSquare, Users, HelpCircle, Phone, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, + { name: "Hours", id: "hours" }, { name: "FAQ", id: "faq" }, ]} button={{ text: "Get Free Quote", href: "contact" }} @@ -236,6 +237,33 @@ export default function LandingPage() { /> +
+
+
+
+ +

Business Hours

+
+
+
+
+ Monday - Friday + 7:00 AM - 5:00 PM +
+
+ Saturday + Closed +
+
+ Sunday + Closed +
+
+
+
+
+
+
); -} \ No newline at end of file +} -- 2.49.1