Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-18 14:20:43 +00:00

View File

@@ -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" }
]}
/>
</div>
</ThemeProvider>
);
}
}