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