From 6223e761234b983058efb6fa8f0875d1a0206cdf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 13:59:23 +0000 Subject: [PATCH 1/2] Add src/app/contact/page.tsx --- src/app/contact/page.tsx | 58 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 src/app/contact/page.tsx diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..54068ea --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,58 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; + +export default function ContactPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} -- 2.49.1 From 71c8cfc4c43a78d65b9b52d791e6bed50c594b82 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 13:59:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e12c7a..d71118e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,14 +32,14 @@ export default function LandingPage() { @@ -50,7 +50,7 @@ export default function LandingPage() { description="Fast, honest roof repair and replacement with expert guidance, clear communication, and workmanship that holds up." tag="Trusted by DC Homeowners" buttons={[ - { text: "Get a Free Inspection", href: "#contact" }, + { text: "Get a Free Inspection", href: "/contact" }, { text: "Call Now", href: "tel:+12025686865" }, ]} mediaItems={[ @@ -177,18 +177,6 @@ export default function LandingPage() { /> -
- { window.location.href = "#contact"; } }, - { text: "Call United Roofing", href: "tel:+12025686865" }, - ]} - /> -
-