diff --git a/src/app/page.tsx b/src/app/page.tsx index 19b6d96..a0ce2a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,13 +84,16 @@ export default function LandingPage() { tagIcon={Sparkles} features={[ { - id: "1", title: "Covered California Plans", description: "Get help comparing plans, understanding costs, determining subsidy eligibility, and completing enrollment.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-clients-consulting-interior-designer_74855-2631.jpg", imageAlt: "Covered California health insurance marketplace" + id: 1, + title: "Covered California Plans", description: "Get help comparing plans, understanding costs, determining subsidy eligibility, and completing enrollment.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-clients-consulting-interior-designer_74855-2631.jpg", imageAlt: "Covered California health insurance marketplace" }, { - id: "2", title: "Medicare Guidance", description: "Medicare can be confusing. We walk you through Medicare Advantage, Supplemental Plans, and Prescription Drug options.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-with-tablet_23-2149241645.jpg", imageAlt: "Medicare insurance guidance for seniors" + id: 2, + title: "Medicare Guidance", description: "Medicare can be confusing. We walk you through Medicare Advantage, Supplemental Plans, and Prescription Drug options.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-people-with-tablet_23-2149241645.jpg", imageAlt: "Medicare insurance guidance for seniors" }, { - id: "3", title: "Family & Individual Coverage", description: "Find affordable coverage for individuals, families, seniors, and first-time enrollees. Personalized to your doctors and budget.", imageSrc: "http://img.b2bpic.net/free-photo/family-enjoying-nature-background_23-2147562424.jpg", imageAlt: "Family health insurance protection and coverage" + id: 3, + title: "Family & Individual Coverage", description: "Find affordable coverage for individuals, families, seniors, and first-time enrollees. Personalized to your doctors and budget.", imageSrc: "http://img.b2bpic.net/free-photo/family-enjoying-nature-background_23-2147562424.jpg", imageAlt: "Family health insurance protection and coverage" } ]} textboxLayout="default" @@ -144,13 +147,16 @@ export default function LandingPage() { tagIcon={Sparkles} features={[ { - id: "1", title: "Free Consultation", description: "Discuss your situation, doctors, and coverage needs. We listen and ask the right questions.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-inserting-information-about-patient_1398-4026.jpg", imageAlt: "Free consultation with trusted advisor" + id: 1, + title: "Free Consultation", description: "Discuss your situation, doctors, and coverage needs. We listen and ask the right questions.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-inserting-information-about-patient_1398-4026.jpg", imageAlt: "Free consultation with trusted advisor" }, { - id: "2", title: "Compare Plans", description: "Review the best options available through Covered California or Medicare based on your needs.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-businessmen-discussing-analytical-visuals-working-business-strategy_1098-19189.jpg", imageAlt: "Healthcare plan comparison and analysis" + id: 2, + title: "Compare Plans", description: "Review the best options available through Covered California or Medicare based on your needs.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-businessmen-discussing-analytical-visuals-working-business-strategy_1098-19189.jpg", imageAlt: "Healthcare plan comparison and analysis" }, { - id: "3", title: "Enroll With Confidence", description: "Get help completing enrollment and understanding your coverage. We're here to support you.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-using-laptop-documents-talking_23-2149330994.jpg", imageAlt: "Successful enrollment and coverage activation" + id: 3, + title: "Enroll With Confidence", description: "Get help completing enrollment and understanding your coverage. We're here to support you.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-using-laptop-documents-talking_23-2149330994.jpg", imageAlt: "Successful enrollment and coverage activation" } ]} textboxLayout="default"