From e5684fa97207d2b43dac63a835f7a069974b8059 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:47:48 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3fe7ae9..e2d3525 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -102,7 +102,7 @@ export default function AboutPage() { title="Schedule Your Personalized Medicare Consultation" description="David Gearin is ready to answer your questions and help you find the Medicare and Life Insurance solutions that work best for your needs and budget." tagIcon={Calendar} - background={{ variant: "glowing-orb" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Consultation" -- 2.49.1 From f4f16e23d5583ca0bc70dbdd970617fff00f5508 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:47:48 +0000 Subject: [PATCH 2/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 4edfde7..93eee98 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -71,7 +71,7 @@ export default function ContactPage() { tagIcon={Calendar} title="Schedule Your Free Medicare Review" description="Choosing the right Medicare plan doesn't have to be confusing. David Gearin provides personalized guidance to help you compare options and choose the plan that fits your needs." - background={{ variant: "glowing-orb" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Consultation" -- 2.49.1 From d696eb8b9e0483140879b631cfeec255ce5397f4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:47:49 +0000 Subject: [PATCH 3/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 e5dfecc..b7653fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function HomePage() { tag="Medicare Expert" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "animated-grid" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/happy-healthcare-worker-mature-couple-greeting-his-office-men-are-shaking-hands_637285-1495.jpg", imageAlt: "Medicare planning consultation"}, @@ -219,7 +219,7 @@ export default function HomePage() { title="Schedule Your Free Medicare Review" description="Choosing the right Medicare plan doesn't have to be confusing. David Gearin provides personalized guidance to help you compare options and choose the plan that fits your needs." tagIcon={Calendar} - background={{ variant: "glowing-orb" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Consultation" -- 2.49.1