From 9c32baddbe1a8415025e65f41615b7b253167190 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:16:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df3fd0a..7877cf8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import Link from "next/link"; import { Shield, Zap, Sparkles, Star, MessageCircle } from "lucide-react"; @@ -44,7 +45,7 @@ export default function HomePage() { {/* Hero Section */}
+ {/* Contact Section */} +
+ +
+ {/* Footer */}