3 Commits

Author SHA1 Message Date
6999d66849 Update src/app/page.tsx 2026-03-18 14:20:38 +00:00
6f661e251e Merge version_1 into main
Merge version_1 into main
2026-03-18 14:08:30 +00:00
ec20926192 Merge version_1 into main
Merge version_1 into main
2026-03-18 13:55:08 +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>
);
}
}