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" 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" 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"