diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dfc88e2..4fc466c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,79 +1,200 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; +import SplitAbout from "@/components/sections/about/SplitAbout"; +import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; +import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; +import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; +import { Linkedin, Twitter, Mail, CheckCircle, Zap, Shield } from "lucide-react"; export default function ContactPage() { return ( -
- + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+