diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1f1a808..ccf7317 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,12 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import ContactFaq from "@/components/sections/contact/ContactFaq"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import Link from "next/link"; -import { Phone } from "lucide-react"; +import { Phone, Mail, MapPin } from "lucide-react"; export default function ContactPage() { return ( @@ -17,7 +16,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -26,90 +25,75 @@ export default function ContactPage() { +
+ +
+
-
+
-
- -
- ); -} \ No newline at end of file +}