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