From 04e90d923d4f4722476054fc100184e3cddd627d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:04:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22289fd..fe8bc9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import SplitAbout from "@/components/sections/about/SplitAbout"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FooterMedia from "@/components/sections/footer/FooterMedia"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import { Wind, Shield, Sparkles, Zap, Award, CheckCircle, Star } from "lucide-react"; export default function LandingPage() { @@ -179,6 +180,24 @@ export default function LandingPage() { /> +
+ +
+