From 36ecc5e9594e5a7bdb855811173b1cc18aa4a0a1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 21:42:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 269 ++++++++--------------------------------------- 1 file changed, 42 insertions(+), 227 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9333c7..3c55981 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -363,16 +186,8 @@ export default function LandingPage() { logoText="Dermagraft" copyrightText="© 2025 | Dermagraft Clinical Tech" socialLinks={[ - { - icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, - { - icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" }, + { icon: Linkedin, href: "#", ariaLabel: "LinkedIn" }, ]} /> -- 2.49.1