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 +} 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 +}