diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6b59bd8..1616981 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,25 +1,28 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import FooterCard from "@/components/sections/footer/FooterCard"; -import { Instagram, Facebook, Linkedin } from "lucide-react"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; export default function ContactPage() { return ( - - + +

Contact Us

Let's start planning your dream journey.

-
);