From 4cd541a7ff9ba4e96c158f49cb1359bc99e1937f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:24:51 +0000 Subject: [PATCH] Switch to version 3: modified src/app/contact/page.tsx --- src/app/contact/page.tsx | 276 ++++++++++++++++++++++----------------- 1 file changed, 157 insertions(+), 119 deletions(-) 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 (
-
-
- +
-
- +
- + +
+ +
+ +