diff --git a/src/app/page.tsx b/src/app/page.tsx index a2ef112..dcba144 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,16 @@ export default function LandingPage() { @@ -59,149 +49,87 @@ export default function LandingPage() {
@@ -390,19 +227,13 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com", - ariaLabel: "Instagram", - }, + href: "https://instagram.com", ariaLabel: "Instagram"}, { icon: Twitter, - href: "https://twitter.com", - ariaLabel: "Twitter", - }, + href: "https://twitter.com", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "https://linkedin.com", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com", ariaLabel: "LinkedIn"}, ]} />