diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
new file mode 100644
index 0000000..610d141
--- /dev/null
+++ b/src/app/contact/page.tsx
@@ -0,0 +1,78 @@
+"use client";
+
+import ReactLenis from "lenis/react";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
+import ContactCenter from "@/components/sections/contact/ContactCenter";
+import FooterBase from "@/components/sections/footer/FooterBase";
+
+export default function ContactPage() {
+ return (
+
+
+
+ console.log("Contact form submitted with email:", email)}
+ useInvertedBackground={false}
+ />
+
+
+
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0165d48..daae389 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,12 +33,12 @@ export default function WebAgency2Page() {
+
+
+
+
+
+
+
+ );
+}