From e97d20b28369cd422ca0b6c31a95b0ae72bae083 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:53:26 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 948cc37..da96432 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -42,7 +42,7 @@ export default function ContactPage() { tagAnimation="slide-up" title="Register Your Business Today" description="Join hundreds of successful businesses getting qualified leads through LeadFlow. Start your free 3-month trial now—no credit card required. Our team will set you up within 24 hours." - background={{ variant: "blurBottom" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-business-people-talking_23-2148427142.jpg" imageAlt="Get started with LeadFlow" @@ -122,4 +122,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +}