diff --git a/src/app/page.tsx b/src/app/page.tsx index ba384d6..77e8afe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,33 +34,19 @@ export default function LandingPage() {
@@ -434,24 +274,16 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/brandbase", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/brandbase", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/brandbase", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/brandbase", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "https://linkedin.com/company/brandbase", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/brandbase", ariaLabel: "LinkedIn"}, { icon: Twitter, - href: "https://twitter.com/brandbase", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/brandbase", ariaLabel: "Twitter"}, ]} />