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"},
]}
/>