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 (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
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" },
- ]}
- />
-
-