diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9d1793b..5f0f70d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,74 +29,31 @@ export default function LandingPage() {
@@ -245,31 +128,8 @@ export default function LandingPage() {
cardTag="Reviews"
cardAnimation="slide-up"
testimonials={[
- {
- id: "1",
- name: "Tom H.",
- imageSrc: "http://img.b2bpic.net/free-vector/home-health-care-logo-design-template_23-2150877420.jpg",
- },
- {
- id: "2",
- name: "Sarah L.",
- imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-logo-template-world-health-day-awareness_23-2151257342.jpg",
- },
- {
- id: "3",
- name: "Mike J.",
- imageSrc: "http://img.b2bpic.net/free-vector/shield-logo-medical-color_361591-1879.jpg",
- },
- {
- id: "4",
- name: "Elena R.",
- imageSrc: "http://img.b2bpic.net/free-vector/hospital-logo-template_23-2150529348.jpg",
- },
- {
- id: "5",
- name: "James C.",
- imageSrc: "http://img.b2bpic.net/free-vector/gradient-world-health-day-logo-template_52683-159826.jpg",
- },
+ { id: "1", name: "Tom H.", imageSrc: "http://img.b2bpic.net/free-vector/home-health-care-logo-design-template_23-2150877420.jpg" },
+ { id: "2", name: "Sarah L.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-logo-template-world-health-day-awareness_23-2151257342.jpg" }
]}
/>
@@ -279,29 +139,15 @@ export default function LandingPage() {
logoText="Vsurance LLC"
columns={[
{
- title: "Company",
- items: [
- {
- label: "About",
- href: "/about",
- },
- {
- label: "Contact",
- href: "/schedule",
- },
+ title: "Company", items: [
+ { label: "About", href: "/about" },
+ { label: "Contact", href: "/schedule" },
],
},
{
- title: "Plans",
- items: [
- {
- label: "Medicare Advantage",
- href: "/plans",
- },
- {
- label: "Supplements",
- href: "/plans",
- },
+ title: "Plans", items: [
+ { label: "Medicare Advantage", href: "/plans" },
+ { label: "Supplements", href: "/plans" },
],
},
]}