From 71a6c3cbcee3a975414d6b4443ba364aec228a2e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 10:24:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 339 ++++++++++------------------------------------- 1 file changed, 69 insertions(+), 270 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7aa5ea8..41a4076 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,41 +34,23 @@ export default function LandingPage() { @@ -77,47 +59,26 @@ export default function LandingPage() {
@@ -466,19 +271,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/ClinicaDentalMSB", - ariaLabel: "Facebook page", - }, + href: "https://facebook.com/ClinicaDentalMSB", ariaLabel: "Facebook page"}, { icon: Instagram, - href: "https://instagram.com/ClinicaDentalMSB", - ariaLabel: "Instagram profile", - }, + href: "https://instagram.com/ClinicaDentalMSB", ariaLabel: "Instagram profile"}, { icon: Linkedin, - href: "https://linkedin.com/company/ClinicaDentalMSB", - ariaLabel: "LinkedIn profile", - }, + href: "https://linkedin.com/company/ClinicaDentalMSB", ariaLabel: "LinkedIn profile"}, ]} /> -- 2.49.1