Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ec5073ab4 | |||
| 53b6faabe9 | |||
| 8f949ce7f1 | |||
| d5e69b2b7f | |||
| 580e8fab2e | |||
| ab31b806d9 | |||
| 9ae4a3ec03 | |||
| e202c7ae0c | |||
| 12bb1fc5cc |
@@ -1,69 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Archivo } from "next/font/google";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import type { Metadata } from 'next';
|
||||
import { Inter } from 'next/font/google';
|
||||
import '@/styles/globals.css';
|
||||
|
||||
const archivo = Archivo({
|
||||
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"],
|
||||
});
|
||||
const inter = Inter({ subsets: ['latin'] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "David Gearin - Medicare & Life Insurance Advisor | Dear Retirement",
|
||||
description: "Expert Medicare and Life Insurance guidance from David Gearin at Dear Retirement. Personalized plans for seniors 60+. Schedule your free consultation today.",
|
||||
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"],
|
||||
},
|
||||
title: 'David Gearin - Medicare & Life Insurance Specialist',
|
||||
description: 'Expert Medicare and Life Insurance guidance from David Gearin at Dear Retirement. Personalized advice for your retirement planning.',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${archivo.variable} ${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1431,7 +1384,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
138
src/app/page.tsx
138
src/app/page.tsx
@@ -56,29 +56,42 @@ export default function HomePage() {
|
||||
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"},
|
||||
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={[
|
||||
{
|
||||
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"
|
||||
},
|
||||
{
|
||||
text: "Find My Best Plan", href: "contact"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
@@ -95,33 +108,41 @@ export default function HomePage() {
|
||||
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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=1"
|
||||
},
|
||||
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,
|
||||
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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=2"
|
||||
},
|
||||
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,
|
||||
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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=3"
|
||||
},
|
||||
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,
|
||||
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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg?_wi=4"
|
||||
},
|
||||
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}
|
||||
@@ -138,15 +159,20 @@ 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", 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"
|
||||
animationType="slide-up"
|
||||
@@ -163,7 +189,8 @@ 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}
|
||||
@@ -192,17 +219,23 @@ 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"},
|
||||
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"
|
||||
cardTag="Highly Recommended"
|
||||
@@ -222,8 +255,8 @@ export default function HomePage() {
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Schedule Consultation"
|
||||
termsText="We respect your privacy. Your information is secure and confidential."
|
||||
buttonText="Get Your Free Medicare Review"
|
||||
termsText="No obligation, personalized analysis in under 15 minutes."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -234,39 +267,52 @@ export default function HomePage() {
|
||||
{
|
||||
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: [
|
||||
{
|
||||
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: [
|
||||
{
|
||||
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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user