From 8b82eaac4444bf704ed64e0ebc7643b9ce6fc253 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:47:48 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 67 +++++++++++++++++++++++++++------------- 1 file changed, 46 insertions(+), 21 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a03f2a0..6cb0d9f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,10 +1,11 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import ContactText from "@/components/sections/contact/ContactText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; +import Link from "next/link"; export default function ContactPage() { return ( @@ -20,7 +21,6 @@ export default function ContactPage() { secondaryButtonStyle="layered" headingFontWeight="extrabold" > - {/* Navbar */} - {/* Contact Section */} -
- + +
+ +
+
- {/* Footer */}