diff --git a/src/app/page.tsx b/src/app/page.tsx index 21de265..04e178e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -379,16 +192,8 @@ export default function LandingPage() { logoText="PixelPulse" copyrightText="© 2025 PixelPulse Designs. All rights reserved." socialLinks={[ - { - icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, ]} />