From f091395cfcbc951458c708fb56a3cfc2af0f78ba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:51:13 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 50 +++++++++------------------------------- 1 file changed, 11 insertions(+), 39 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c19533f..df1d276 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,11 +1,10 @@ "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 ( @@ -21,6 +20,7 @@ export default function ContactPage() { secondaryButtonStyle="layered" headingFontWeight="extrabold" > + {/* Navbar */} -
- -
- -
+ {/* Contact Section */} +
+ {/* Footer */}