From 09f6e970b43ddd15021a602e6ff30f1717a5d82d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:55:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 112 ++++++++++++++++++++++++++--------------------- 1 file changed, 61 insertions(+), 51 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8ab488..6a0023c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,15 +7,15 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; -import ContactText from "@/components/sections/contact/ContactText"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Heart, Quote, Zap, Sparkles } from "lucide-react"; -import Link from "next/link"; +import { Heart, CheckCircle } from "lucide-react"; export default function HomePage() { const navItems = [ { name: "Services", id: "services" }, - { name: "Pricing", id: "pricing" }, + { name: "Pricing", id: "/pricing" }, { name: "Testimonials", id: "testimonials" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, @@ -67,14 +67,14 @@ export default function HomePage() {
-
- + +
+ +
+ console.log("Lead captured:", email)} />
@@ -207,4 +217,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}