Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-06 14:46:17 +00:00
3 changed files with 94 additions and 254 deletions

View File

@@ -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() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Medicare Advantage",
href: "services",
},
label: "Medicare Advantage", href: "services"},
{
label: "Medicare Supplement",
href: "services",
},
label: "Medicare Supplement", href: "services"},
{
label: "Prescription Drug Plans",
href: "services",
},
label: "Prescription Drug Plans", href: "services"},
{
label: "Life Insurance",
href: "services",
},
label: "Life Insurance", href: "services"},
{
label: "Ancillary Coverage",
href: "services",
},
label: "Ancillary Coverage", href: "services"},
],
},
{
title: "About",
items: [
title: "About", items: [
{
label: "Meet David",
href: "/about",
},
label: "Meet David", href: "/about"},
{
label: "Our Approach",
href: "approach",
},
label: "Our Approach", href: "approach"},
{
label: "Client Reviews",
href: "testimonials",
},
label: "Client Reviews", href: "testimonials"},
{
label: "Dear Retirement",
href: "https://dearretirement.com",
},
label: "Dear Retirement", href: "https://dearretirement.com"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Schedule Consultation",
href: "contact",
},
label: "Schedule Consultation", href: "contact"},
{
label: "Get in Touch",
href: "contact",
},
label: "Get in Touch", href: "contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}

View File

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

View File

@@ -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() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Kimberley Davis",
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg?_wi=1",
},
id: "1", name: "Kimberley Davis", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg"},
{
id: "2",
name: "Jan Stone",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg?_wi=1",
},
id: "2", name: "Jan Stone", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg"},
{
id: "3",
name: "Jevia Lyn Robinson",
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=1",
},
id: "3", name: "Jevia Lyn Robinson", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg"},
{
id: "4",
name: "Sarah Mitchell",
imageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-woman-vertical-striped-shirt_176474-92786.jpg?_wi=1",
},
id: "4", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-woman-vertical-striped-shirt_176474-92786.jpg"},
{
id: "5",
name: "Robert Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=1",
},
id: "5", name: "Robert Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg"},
{
id: "6",
name: "Patricia Williams",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=1",
},
id: "6", name: "Patricia Williams", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg"},
]}
cardTitle="Over 500 families trust Dear Retirement to navigate their Medicare and retirement insurance decisions"
cardTag="Highly Recommended"
@@ -306,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: "grid" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Schedule Consultation"
@@ -319,70 +232,41 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Medicare Advantage",
href: "services",
},
label: "Medicare Advantage", href: "services"},
{
label: "Medicare Supplement",
href: "services",
},
label: "Medicare Supplement", href: "services"},
{
label: "Prescription Drug Plans",
href: "services",
},
label: "Prescription Drug Plans", href: "services"},
{
label: "Life Insurance",
href: "services",
},
label: "Life Insurance", href: "services"},
{
label: "Ancillary Coverage",
href: "services",
},
label: "Ancillary Coverage", href: "services"},
],
},
{
title: "About",
items: [
title: "About", items: [
{
label: "Meet David",
href: "/about",
},
label: "Meet David", href: "/about"},
{
label: "Our Approach",
href: "trust",
},
label: "Our Approach", href: "trust"},
{
label: "Client Reviews",
href: "testimonials",
},
label: "Client Reviews", href: "testimonials"},
{
label: "Dear Retirement",
href: "https://dearretirement.com",
},
label: "Dear Retirement", href: "https://dearretirement.com"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Schedule Consultation",
href: "contact",
},
label: "Schedule Consultation", href: "contact"},
{
label: "Get in Touch",
href: "contact",
},
label: "Get in Touch", href: "contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}