From 560450e68d4cb5b9bd0582337ebba3b65be0b645 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:46:11 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 103 +++++++++++++---------------------------- 1 file changed, 31 insertions(+), 72 deletions(-) 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() { Date: Fri, 6 Mar 2026 14:46:12 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0532ffb..4edfde7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,8 +17,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Medicare Advantage", href: "services" }, { label: "Medicare Supplement", href: "services" }, { label: "Prescription Drug Plans", href: "services" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Meet David", href: "about" }, { label: "Our Approach", href: "#trust" }, { label: "Client Reviews", href: "testimonials" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Schedule Consultation", href: "contact" }, { label: "Get in Touch", href: "contact" }, { label: "Privacy Policy", href: "#" }, @@ -53,7 +50,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -74,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: "grid" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Consultation" -- 2.49.1 From 2c63b48f43833b295786b593f92f74a6d9a7442a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:46:12 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 232 ++++++++++++----------------------------------- 1 file changed, 58 insertions(+), 174 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73a593b..e5dfecc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -53,52 +53,32 @@ export default function HomePage() { tag="Medicare Expert" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "glowing-orb" }} 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", - }, + 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"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574119.jpg", - imageAlt: "Life insurance guidance", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574119.jpg", imageAlt: "Life insurance guidance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-person-conference-room_23-2149085943.jpg", - imageAlt: "Retirement planning meeting", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-person-conference-room_23-2149085943.jpg", imageAlt: "Retirement planning meeting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-using-cell-phone-with-her-husband-home_637285-3212.jpg?_wi=1", - imageAlt: "Senior financial security", - }, + imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-using-cell-phone-with-her-husband-home_637285-3212.jpg", imageAlt: "Senior financial security"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/two-entrepreneurs-talking-while-working-desk-office-focus-is-happy-businessman_637285-1041.jpg", - imageAlt: "David Gearin Medicare advisor", - }, + imageSrc: "http://img.b2bpic.net/free-photo/two-entrepreneurs-talking-while-working-desk-office-focus-is-happy-businessman_637285-1041.jpg", imageAlt: "David Gearin Medicare advisor"}, { - imageSrc: "http://img.b2bpic.net/free-photo/doctor-checking-elder-patient-healthcare-medical-cabinet-treatment-facility-medic-consulting-old-person-checkup-appointment-while-sitting-desk-people-talking-clinic_482257-28609.jpg", - imageAlt: "Professional financial guidance", - }, + imageSrc: "http://img.b2bpic.net/free-photo/doctor-checking-elder-patient-healthcare-medical-cabinet-treatment-facility-medic-consulting-old-person-checkup-appointment-while-sitting-desk-people-talking-clinic_482257-28609.jpg", imageAlt: "Professional financial guidance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384846.jpg", - imageAlt: "Personalized insurance plans", - }, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384846.jpg", imageAlt: "Personalized insurance plans"}, { - imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310939.jpg", - imageAlt: "Senior client discussing insurance plans", - }, + imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310939.jpg", imageAlt: "Senior client discussing insurance plans"}, ]} buttons={[ { - text: "Schedule Free Consultation", - href: "contact", - }, + text: "Schedule Free Consultation", href: "contact"}, { - text: "Review Your Medicare Plan", - href: "services", - }, + text: "Review Your Medicare Plan", href: "services"}, ]} buttonAnimation="slide-up" carouselPosition="right" @@ -113,51 +93,35 @@ export default function HomePage() { features={[ { id: 1, - title: "Personalized Medicare Guidance", - description: - "We take time to understand your specific healthcare needs and find plans that match your situation.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=1", - }, + title: "Personalized Medicare Guidance", description: + "We take time to understand your specific healthcare needs and find plans that match 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=1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-caucasian-woman-discussing-chart-with-coworker_1098-18737.jpg"}, }, { id: 2, - title: "Independent Advice", - description: - "Our recommendations are focused solely on your best interests, never on commissions or pressure.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=2", - }, + title: "Independent Advice", description: + "Our recommendations are focused solely on your best interests, never on commissions or pressure.", 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=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-caucasian-woman-discussing-chart-with-coworker_1098-18737.jpg"}, }, { id: 3, - title: "Local Service & Support", - description: - "As part of Dear Retirement, we provide local expertise and long-term support you can rely on.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=3", - }, + title: "Local Service & Support", description: + "As part of Dear Retirement, we provide local expertise and long-term support you can rely on.", 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=3", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-caucasian-woman-discussing-chart-with-coworker_1098-18737.jpg"}, }, { id: 4, - title: "Clear Explanations", - description: - "No confusing jargon. We explain every option in plain language so you feel confident in your decision.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=4", - }, + title: "Clear Explanations", description: + "No confusing jargon. We explain every option in plain language so you feel confident in your decision.", 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=4", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-caucasian-woman-discussing-chart-with-coworker_1098-18737.jpg"}, }, ]} showStepNumbers={false} @@ -174,40 +138,15 @@ export default function HomePage() { description="Comprehensive Medicare and Life Insurance solutions tailored to your needs." products={[ { - id: "1", - name: "Medicare Advantage Plans", - price: "Compare Coverage", - imageSrc: "http://img.b2bpic.net/free-psd/property-insurance-service-template_23-2151563534.jpg?_wi=1", - imageAlt: "Medicare Advantage Plans", - }, + id: "1", name: "Medicare Advantage Plans", price: "Compare Coverage", imageSrc: "http://img.b2bpic.net/free-psd/property-insurance-service-template_23-2151563534.jpg", imageAlt: "Medicare Advantage Plans"}, { - id: "2", - name: "Medicare Supplement (Medigap)", - price: "Reduce Out-of-Pocket", - imageSrc: "http://img.b2bpic.net/free-photo/privacy-policy-information-principle-strategy-rules-concept_53876-139705.jpg?_wi=1", - imageAlt: "Medicare Supplement Plans", - }, + id: "2", name: "Medicare Supplement (Medigap)", price: "Reduce Out-of-Pocket", imageSrc: "http://img.b2bpic.net/free-photo/privacy-policy-information-principle-strategy-rules-concept_53876-139705.jpg", imageAlt: "Medicare Supplement Plans"}, { - id: "3", - name: "Prescription Drug Plans", - price: "Find Best Cost", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-sore-throat-asking-pharmacist-pills-cure-pain-woman-showing-medicaments-shelves-consultant-helping-male-client-with-illness-pharmaceutical-healthcare-products_482257-61125.jpg?_wi=1", - imageAlt: "Prescription Drug Plans", - }, + id: "3", name: "Prescription Drug Plans", price: "Find Best Cost", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-sore-throat-asking-pharmacist-pills-cure-pain-woman-showing-medicaments-shelves-consultant-helping-male-client-with-illness-pharmaceutical-healthcare-products_482257-61125.jpg", imageAlt: "Prescription Drug Plans"}, { - id: "4", - name: "Life Insurance Planning", - price: "Protect Your Family", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384848.jpg?_wi=1", - imageAlt: "Life Insurance Planning", - }, + id: "4", name: "Life Insurance Planning", price: "Protect Your Family", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384848.jpg", imageAlt: "Life Insurance Planning"}, { - id: "5", - name: "Ancillary Coverage", - price: "Dental & Vision", - imageSrc: "http://img.b2bpic.net/free-photo/insurance-claim-form-document-application-concept_53876-124956.jpg?_wi=1", - imageAlt: "Ancillary Coverage", - }, + id: "5", name: "Ancillary Coverage", price: "Dental & Vision", imageSrc: "http://img.b2bpic.net/free-photo/insurance-claim-form-document-application-concept_53876-124956.jpg", imageAlt: "Ancillary Coverage"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -224,15 +163,7 @@ export default function HomePage() { tag="Client Testimonials" tagIcon={CheckCircle} names={[ - "Knowledgeable Guidance", - "Friendly & Patient Service", - "Personalized Planning", - "Long-Term Support", - "Clear Explanations", - "Responsive Communication", - "Expert Medicare Knowledge", - "Honest Recommendations", - ]} + "Knowledgeable Guidance", "Friendly & Patient Service", "Personalized Planning", "Long-Term Support", "Clear Explanations", "Responsive Communication", "Expert Medicare Knowledge", "Honest Recommendations"]} textboxLayout="default" useInvertedBackground={false} speed={35} @@ -249,7 +180,7 @@ export default function HomePage() { description="David Gearin" subdescription="Dear Retirement Medicare Advisor" icon={HeartHandshake} - imageSrc="asset://user-image-david-gearin?_wi=1" + imageSrc="asset://user-image-david-gearin" imageAlt="David Gearin, Life Insurance Specialist" mediaAnimation="slide-up" useInvertedBackground={false} @@ -261,35 +192,17 @@ export default function HomePage() {