diff --git a/src/app/page.tsx b/src/app/page.tsx index f13f051..be7f725 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,10 +177,10 @@ export default function LandingPage() { logoText="Iron Forge Fitness" copyrightText="© 2024 Iron Forge Fitness. All rights reserved." socialLinks={[ - { icon: Instagram, href: "https://instagram.com/ironforgefitnesspk" }, - { icon: Facebook, href: "https://facebook.com/ironforgefitnesspk" }, - { icon: Twitter, href: "https://twitter.com/ironforgefitnesspk" }, - { icon: Youtube, href: "https://youtube.com/ironforgefitnesspk" } + { icon: Instagram, href: "https://instagram.com/ironforgefitnesspk", ariaLabel: "Instagram profile" }, + { icon: Facebook, href: "https://facebook.com/ironforgefitnesspk", ariaLabel: "Facebook page" }, + { icon: Twitter, href: "https://twitter.com/ironforgefitnesspk", ariaLabel: "Twitter profile" }, + { icon: Youtube, href: "https://youtube.com/ironforgefitnesspk", ariaLabel: "YouTube channel" } ]} />