From cf4bd45fc38869928dfb3ac872577f21929bb732 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 17:43:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 160 +++++++++++------------------------------------ 1 file changed, 38 insertions(+), 122 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d84cea..e052116 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,15 +47,12 @@ export default function LandingPage() {
@@ -103,19 +86,13 @@ export default function LandingPage() { features={[ { icon: Heart, - title: "General Health", - description: "Holistic checkups and wellness management.", - }, + title: "General Health", description: "Holistic checkups and wellness management."}, { icon: Search, - title: "Diagnostics", - description: "State-of-the-art testing and laboratory services.", - }, + title: "Diagnostics", description: "State-of-the-art testing and laboratory services."}, { icon: UserPlus, - title: "Specialized Consults", - description: "Expert advice tailored to your medical needs.", - }, + title: "Specialized Consults", description: "Expert advice tailored to your medical needs."}, ]} title="Comprehensive Clinical Care" description="Discover our suite of specialized medical services designed for modern life." @@ -124,30 +101,19 @@ export default function LandingPage() {
@@ -269,25 +193,17 @@ export default function LandingPage() { { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Legal Notice", - href: "#", - }, + label: "Legal Notice", href: "#"}, ], }, { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]}