From 825addab22ad482f49ca5fd45c4618828b35821f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:41:05 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8fe3ca4..ee98f71 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -86,7 +86,7 @@ export default function ContactPage() { title="Get Started Today" description="Tell us about your business and what you're looking to achieve. One of our experts will reach out to discuss how we can help you succeed online." background={{ - variant: "circleGradient"}} + variant: "radial-gradient"}} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Meeting" From 125303649b7a7fb82007c78c82cf25afb2c1cb5f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:41:05 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 050ae99..7c983ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function HomePage() { text: "View Our Work", href: "/services"}, ]} background={{ - variant: "circleGradient"}} + variant: "radial-gradient"}} mediaAnimation="slide-up" buttonAnimation="slide-up" /> @@ -246,7 +246,7 @@ export default function HomePage() { title="Launch Your Business Online Today" description="Schedule a quick, free consultation with our team. We'll discuss your business, answer your questions, and show you exactly how BrandLift can help you attract more customers." background={{ - variant: "circleGradient"}} + variant: "radial-gradient"}} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Meeting" From ab0fe01bf2640dc5692baaf810922f027b47d022 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:41:06 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b3c8b44..f9239bd 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -133,7 +133,7 @@ export default function ServicesPage() { tag="Ready to Get Started?" title="Launch Your Professional Website Today" description="Schedule a free consultation with our team to discuss your business goals and find the perfect service package for your needs." - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Meeting"