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 */}