diff --git a/src/app/page.tsx b/src/app/page.tsx
index 976c2c9..2a31bfe 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
@@ -59,38 +49,19 @@ export default function LandingPage() {
@@ -197,45 +142,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Dorothy M.",
- role: "Retired Teacher",
- company: "Florida",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-woman-park_273609-15858.jpg",
- },
+ id: "1", name: "Dorothy M.", role: "Retired Teacher", company: "Florida", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-woman-park_273609-15858.jpg"},
{
- id: "2",
- name: "Robert T.",
- role: "Veteran",
- company: "Texas",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-grey-haired-european-man-looks-with-strict-face-expression-through-round-glasses-wears-formal-white-shirt-bowtie_273609-33935.jpg",
- },
+ id: "2", name: "Robert T.", role: "Veteran", company: "Texas", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-grey-haired-european-man-looks-with-strict-face-expression-through-round-glasses-wears-formal-white-shirt-bowtie_273609-33935.jpg"},
{
- id: "3",
- name: "Patricia W.",
- role: "Grandmother",
- company: "Ohio",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-senior-woman-standing-against-red-backdrop_23-2148093026.jpg",
- },
+ id: "3", name: "Patricia W.", role: "Grandmother", company: "Ohio", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-senior-woman-standing-against-red-backdrop_23-2148093026.jpg"},
{
- id: "4",
- name: "James B.",
- role: "Grandfather",
- company: "Georgia",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-retired-man_23-2147562098.jpg",
- },
+ id: "4", name: "James B.", role: "Grandfather", company: "Georgia", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-retired-man_23-2147562098.jpg"},
{
- id: "5",
- name: "Linda S.",
- role: "Retired Nurse",
- company: "Arizona",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-gathering-cafe_23-2149230386.jpg",
- },
+ id: "5", name: "Linda S.", role: "Retired Nurse", company: "Arizona", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-gathering-cafe_23-2149230386.jpg"},
]}
title="What Our Customers Say"
description="Real people. Real stories. Real peace of mind."
@@ -247,20 +167,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq1",
- title: "Do I need a medical exam?",
- content: "No, our plans are designed specifically for seniors without requiring any medical exams or doctor visits.",
- },
+ id: "faq1", title: "Do I need a medical exam?", content: "No, our plans are designed specifically for seniors without requiring any medical exams or doctor visits."},
{
- id: "faq2",
- title: "Who can apply?",
- content: "Our coverage is available for U.S. residents between the ages of 50 and 85.",
- },
+ id: "faq2", title: "Who can apply?", content: "Our coverage is available for U.S. residents between the ages of 50 and 85."},
{
- id: "faq3",
- title: "How fast is approval?",
- content: "Approval is typically instant, and in many cases, you can secure coverage on the same day.",
- },
+ id: "faq3", title: "How fast is approval?", content: "Approval is typically instant, and in many cases, you can secure coverage on the same day."},
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -271,8 +182,7 @@ export default function LandingPage() {