From a092297be50917b89e11478684868ab7586eb3a3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:59:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index a79d346..59b60e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import ContactForm from '@/components/form/ContactForm'; import { Brain, CheckCircle, Database, TrendingUp } from "lucide-react"; export default function LandingPage() { @@ -145,6 +146,18 @@ export default function LandingPage() { /> +
+
+ console.log('Newsletter signup:', email)} + /> +
+
+