diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8a31753..9173f26 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,22 +1,27 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; -import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; -import ContactFaq from "@/components/sections/contact/ContactFaq"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Hammer, Wrench, Phone, Mail, MessageCircle, CheckCircle } from "lucide-react"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard"; +import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterCard from "@/components/sections/footer/FooterCard"; +import { Hammer, Phone, Mail, MapPin, Clock, Users, TrendingUp, Zap, Facebook, Instagram, Linkedin } from "lucide-react"; export default function ContactPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Services", id: "services" }, - { name: "About", id: "about" }, - { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, + { name: "Features", id: "#features" }, + { name: "Pricing", id: "#pricing" }, + { name: "Services", id: "/services" }, ]; + const contactButton = { + text: "Get Started", href: "#contact" + }; + return (
-
-
- +
-
- +
- + +
+ +
+ +