diff --git a/src/app/page.tsx b/src/app/page.tsx index 18c66bd..134baaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Platform", href: "/features" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "/" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Customers", href: "/" }, { label: "Blog", href: "/" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/" }, { label: "API Reference", href: "/" }, { label: "Support", href: "/contact" }, @@ -50,8 +47,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }, { label: "HIPAA Agreement", href: "/" }, @@ -99,17 +95,11 @@ export default function HomePage() { mediaAnimation="slide-up" avatars={[ { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-confident-hea-1772626177642-85c28171.png", - alt: "Healthcare Executive", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-confident-hea-1772626177642-85c28171.png", alt: "Healthcare Executive"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-healthcare-da-1772626179502-2468bda8.png", - alt: "Medical Director", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-healthcare-da-1772626179502-2468bda8.png", alt: "Medical Director"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-health-system-1772626176875-12f8da8f.png", - alt: "Health System Administrator", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-health-system-1772626176875-12f8da8f.png", alt: "Health System Administrator"}, ]} avatarText="Trusted by 200+ healthcare organizations" /> @@ -118,59 +108,29 @@ export default function HomePage() {
); -} \ No newline at end of file +}