diff --git a/src/app/page.tsx b/src/app/page.tsx index a0ce2a5..aeb0b60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,8 +52,8 @@ export default function LandingPage() { ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/doctor-presenting-recovery-treatment_23-2148813417.jpg", imageAlt: "Family consultation with trusted advisor" }, - { imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg", imageAlt: "Professional insurance advisor consultation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-clients-consulting-interior-designer_74855-2631.jpg", imageAlt: "Healthcare plan comparison and enrollment" } + { imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg?_wi=1", imageAlt: "Professional insurance advisor consultation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-clients-consulting-interior-designer_74855-2631.jpg?_wi=1", imageAlt: "Healthcare plan comparison and enrollment" } ]} autoplayDelay={5000} showDimOverlay={true} @@ -85,7 +85,7 @@ export default function LandingPage() { 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" + 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?_wi=2", imageAlt: "Covered California health insurance marketplace" }, { id: 2, @@ -125,12 +125,12 @@ export default function LandingPage() { title="What Our Clients Say" description="Real testimonials from California families who trusted us with their health insurance decisions." testimonials={[ - { id: "1", name: "Eric V.", role: "Covered California Client", testimonial: "Rogelio made everything so simple and explained all my options thoroughly. By the end of the consultation, I felt very confident.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1082.jpg", imageAlt: "Eric V. testimonial" }, - { id: "2", name: "Georgina A.", role: "Medicare Client", testimonial: "We were completely lost about Medicare. Rogelio explained everything clearly and helped us understand the plans.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-front-glass-building_23-2147704438.jpg", imageAlt: "Georgina A. testimonial" }, + { id: "1", name: "Eric V.", role: "Covered California Client", testimonial: "Rogelio made everything so simple and explained all my options thoroughly. By the end of the consultation, I felt very confident.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1082.jpg?_wi=1", imageAlt: "Eric V. testimonial" }, + { id: "2", name: "Georgina A.", role: "Medicare Client", testimonial: "We were completely lost about Medicare. Rogelio explained everything clearly and helped us understand the plans.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-front-glass-building_23-2147704438.jpg?_wi=1", imageAlt: "Georgina A. testimonial" }, { id: "3", name: "Adriana B.", role: "Individual Coverage Client", testimonial: "Professional, responsive, and helped me find the best affordable insurance. I would definitely recommend him.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095674.jpg", imageAlt: "Adriana B. testimonial" }, { id: "4", name: "Anaittzy V.", role: "Enrollment Assistance", testimonial: "I was super confused throughout the process and he was patient and very helpful. Outstanding customer service.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman_23-2148317345.jpg", imageAlt: "Anaittzy V. testimonial" }, - { id: "5", name: "Irene O.", role: "Family Enrollment", testimonial: "He explained everything so my mother-in-law understood her coverage. I would definitely recommend him to anyone.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1082.jpg", imageAlt: "Irene O. testimonial" }, - { id: "6", name: "Maria L.", role: "Medicare Assistance", testimonial: "Rogelio's patience and expertise made the entire process stress-free. We finally understand our benefits.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-front-glass-building_23-2147704438.jpg", imageAlt: "Maria L. testimonial" } + { id: "5", name: "Irene O.", role: "Family Enrollment", testimonial: "He explained everything so my mother-in-law understood her coverage. I would definitely recommend him to anyone.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1082.jpg?_wi=2", imageAlt: "Irene O. testimonial" }, + { id: "6", name: "Maria L.", role: "Medicare Assistance", testimonial: "Rogelio's patience and expertise made the entire process stress-free. We finally understand our benefits.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-front-glass-building_23-2147704438.jpg?_wi=2", imageAlt: "Maria L. testimonial" } ]} animationType="slide-up" textboxLayout="default" @@ -170,7 +170,7 @@ export default function LandingPage() { title="Meet Rogelio Dimas" description="Certified Covered California Agent dedicated to helping California families make confident health insurance decisions." members={[ - { id: "1", name: "Rogelio Dimas", role: "Certified Insurance Agent", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg", imageAlt: "Rogelio Dimas, Covered California Certified Agent" } + { id: "1", name: "Rogelio Dimas", role: "Certified Insurance Agent", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg?_wi=2", imageAlt: "Rogelio Dimas, Covered California Certified Agent" } ]} gridVariant="uniform-all-items-equal" animationType="slide-up"