From af69ea5f7a9fcdfe33acdcb25aef1c49ee9ae647 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:48:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 914a69f..0a35dd9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -222,7 +222,7 @@ export default function LandingPage() { logoText="The Detail Squad" copyrightText="© 2025 The Detail Squad. All rights reserved. Los Angeles, CA." socialLinks={[ - { icon: Instagram, href: "https://instagram.com/thedetailsquad", ariaLabel: "Instagram" }, + { icon: Instagram, href: "https://www.instagram.com/thedetailsquadd/?hl=en", ariaLabel: "Instagram" }, { icon: Facebook, href: "https://facebook.com/thedetailsquad", ariaLabel: "Facebook" }, { icon: Phone, href: "tel:2134546755", ariaLabel: "Call us" } ]} @@ -230,4 +230,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1