diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a02dfe2..3fe7ae9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,7 +25,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -50,7 +50,7 @@ export default function AboutPage() { description="David Gearin" subdescription="Dear Retirement Medicare Advisor" icon={HeartHandshake} - imageSrc="asset://user-image-david-gearin?_wi=2" + imageSrc="asset://user-image-david-gearin" imageAlt="David Gearin, Life Insurance Specialist" mediaAnimation="slide-up" useInvertedBackground={false} @@ -65,39 +65,27 @@ export default function AboutPage() { features={[ { id: 1, - title: "Listen & Understand", - description: - "We start by learning about your healthcare needs, budget, and concerns to find the right fit for your situation.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=5", - }, + title: "Listen & Understand", description: + "We start by learning about your healthcare needs, budget, and concerns to find the right fit for your situation.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-caucasian-woman-discussing-chart-with-coworker_1098-18737.jpg?_wi=5", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-caucasian-woman-discussing-chart-with-coworker_1098-18737.jpg"}, }, { id: 2, - title: "Compare All Options", - description: - "We review Medicare Advantage, Medicare Supplement, and Prescription Drug plans from multiple carriers to help you see all possibilities.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=6", - }, + title: "Compare All Options", description: + "We review Medicare Advantage, Medicare Supplement, and Prescription Drug plans from multiple carriers to help you see all possibilities.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-caucasian-woman-discussing-chart-with-coworker_1098-18737.jpg?_wi=6", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-caucasian-woman-discussing-chart-with-coworker_1098-18737.jpg"}, }, { id: 3, - title: "Support for the Future", - description: - "After you enroll, we continue to support you. If your needs change, we're here to help you review and adjust your coverage.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=7", - }, + title: "Support for the Future", description: + "After you enroll, we continue to support you. If your needs change, we're here to help you review and adjust your coverage.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-caucasian-woman-discussing-chart-with-coworker_1098-18737.jpg?_wi=7", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-caucasian-woman-discussing-chart-with-coworker_1098-18737.jpg"}, }, ]} showStepNumbers={false} @@ -114,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: "grid" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Consultation" @@ -127,70 +115,41 @@ export default function AboutPage() {