8 Commits

Author SHA1 Message Date
53b6faabe9 Update src/app/page.tsx 2026-03-06 15:07:13 +00:00
8f949ce7f1 Merge version_2 into main
Merge version_2 into main
2026-03-06 14:58:18 +00:00
d5e69b2b7f Update src/app/page.tsx 2026-03-06 14:58:14 +00:00
580e8fab2e Update src/app/layout.tsx 2026-03-06 14:58:13 +00:00
ab31b806d9 Merge version_1 into main
Merge version_1 into main
2026-03-06 14:48:43 +00:00
9ae4a3ec03 Merge version_1 into main
Merge version_1 into main
2026-03-06 14:47:53 +00:00
e202c7ae0c Merge version_1 into main
Merge version_1 into main
2026-03-06 14:46:16 +00:00
12bb1fc5cc Merge version_1 into main
Merge version_1 into main
2026-03-06 14:44:50 +00:00
2 changed files with 103 additions and 105 deletions

View File

@@ -1,69 +1,22 @@
import type { Metadata } from "next"; import type { Metadata } from 'next';
import { Archivo } from "next/font/google"; import { Inter } from 'next/font/google';
import { Halant } from "next/font/google"; import '@/styles/globals.css';
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const archivo = Archivo({ const inter = Inter({ subsets: ['latin'] });
variable: "--font-archivo",
subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "David Gearin - Medicare & Life Insurance Advisor | Dear Retirement", title: 'David Gearin - Medicare & Life Insurance Specialist',
description: "Expert Medicare and Life Insurance guidance from David Gearin at Dear Retirement. Personalized plans for seniors 60+. Schedule your free consultation today.", description: 'Expert Medicare and Life Insurance guidance from David Gearin at Dear Retirement. Personalized advice for your retirement planning.',
keywords: "Medicare advisor, Medicare Advantage plans, Medicare supplement, Medigap specialist, Prescription drug plans, Life insurance specialist, Medicare help, Dear Retirement insurance advisor",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "David Gearin - Medicare & Life Insurance Specialist",
description: "Personalized Medicare and Life Insurance guidance focused on your needs. Expert advice from Dear Retirement.",
type: "website",
siteName: "David Gearin | Dear Retirement",
images: [
{
url: "http://img.b2bpic.net/free-photo/happy-healthcare-worker-mature-couple-greeting-his-office-men-are-shaking-hands_637285-1495.jpg",
alt: "Medicare and retirement insurance planning",
},
],
},
twitter: {
card: "summary_large_image",
title: "David Gearin - Medicare & Life Insurance Advisor",
description: "Expert Medicare and Life Insurance guidance for seniors 60+",
images: ["http://img.b2bpic.net/free-photo/happy-healthcare-worker-mature-couple-greeting-his-office-men-are-shaking-hands_637285-1495.jpg"],
},
}; };
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={inter.className}>{children}
<body
className={`${archivo.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1431,7 +1384,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -56,29 +56,42 @@ export default function HomePage() {
background={{ variant: "animated-grid" }} background={{ variant: "animated-grid" }}
leftCarouselItems={[ 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", 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={[ 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={[ 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"
},
{
text: "Find My Best Plan", href: "contact"
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
carouselPosition="right" carouselPosition="right"
@@ -95,33 +108,41 @@ export default function HomePage() {
id: 1, id: 1,
title: "Personalized Medicare Guidance", description: title: "Personalized Medicare Guidance", description:
"We take time to understand your specific healthcare needs and find plans that match your situation.", phoneOne: { "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"}, imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=1"
},
phoneTwo: { 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?_wi=1"
},
}, },
{ {
id: 2, id: 2,
title: "Independent Advice", description: title: "Independent Advice", description:
"Our recommendations are focused solely on your best interests, never on commissions or pressure.", phoneOne: { "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"}, imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=2"
},
phoneTwo: { 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?_wi=2"
},
}, },
{ {
id: 3, id: 3,
title: "Local Service & Support", description: title: "Local Service & Support", description:
"As part of Dear Retirement, we provide local expertise and long-term support you can rely on.", phoneOne: { "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"}, imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=3"
},
phoneTwo: { 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?_wi=3"
},
}, },
{ {
id: 4, id: 4,
title: "Clear Explanations", description: title: "Clear Explanations", description:
"No confusing jargon. We explain every option in plain language so you feel confident in your decision.", phoneOne: { "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"}, imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=4"
},
phoneTwo: { 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?_wi=4"
},
}, },
]} ]}
showStepNumbers={false} showStepNumbers={false}
@@ -138,15 +159,20 @@ export default function HomePage() {
description="Comprehensive Medicare and Life Insurance solutions tailored to your needs." description="Comprehensive Medicare and Life Insurance solutions tailored to your needs."
products={[ products={[
{ {
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: "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", 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", 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", 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", 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" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
@@ -163,7 +189,8 @@ export default function HomePage() {
tag="Client Testimonials" tag="Client Testimonials"
tagIcon={CheckCircle} tagIcon={CheckCircle}
names={[ 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" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
speed={35} speed={35}
@@ -192,17 +219,23 @@ export default function HomePage() {
<TestimonialCardTwelve <TestimonialCardTwelve
testimonials={[ 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"}, 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"}, 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"}, 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"}, 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"}, 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"}, 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" cardTitle="Over 500 families trust Dear Retirement to navigate their Medicare and retirement insurance decisions"
cardTag="Highly Recommended" cardTag="Highly Recommended"
@@ -222,8 +255,8 @@ export default function HomePage() {
background={{ variant: "animated-grid" }} background={{ variant: "animated-grid" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Schedule Consultation" buttonText="Get Your Free Medicare Review"
termsText="We respect your privacy. Your information is secure and confidential." termsText="No obligation, personalized analysis in under 15 minutes."
/> />
</div> </div>
@@ -234,39 +267,52 @@ export default function HomePage() {
{ {
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: "#"
},
], ],
}, },
]} ]}
@@ -275,4 +321,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }