diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 08c1d85..86c9691 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,8 +1,9 @@ "use client"; import React from "react"; + import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { MapPin, Heart } from "lucide-react"; +import { MapPin, HelpCircle, Heart } from "lucide-react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ContactFaq from '@/components/sections/contact/ContactFaq'; @@ -37,7 +38,7 @@ export default function ContactPage() { headingFontWeight="bold" >
@@ -56,6 +57,21 @@ export default function ContactPage() { />
+
+ +
+
@@ -74,4 +90,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +}