diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d61c73..cf4965b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -217,11 +217,11 @@ export default function LandingPage() { copyrightText="© 2025 Shore Circuit | NICEIC Registered Electricians | Staffordshire" socialLinks={[ { icon: Facebook, href: "https://facebook.com", ariaLabel: "Visit our Facebook page" }, - { icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" }, + { icon: Instagram, href: "https://www.instagram.com/shore.circuit/", ariaLabel: "Follow us on Instagram" }, { icon: Linkedin, href: "https://linkedin.com", ariaLabel: "Connect on LinkedIn" } ]} /> ); -} +} \ No newline at end of file