Update src/app/shop/page.tsx

This commit is contained in:
2026-03-12 13:46:37 +00:00
parent 675ddf3466
commit 91bddee063

View File

@@ -34,7 +34,7 @@ export default function ShopPage() {
const socialLinks = [
{ icon: Instagram, href: "https://instagram.com/umbra", ariaLabel: "Instagram" },
{ icon: Twitter, href: "https://twitter.com/umbra", ariaLabel: "Twitter" },
{ icon: TikTok, href: "https://tiktok.com/@umbra", ariaLabel: "TikTok" },
{ icon: TikTok as any, href: "https://tiktok.com/@umbra", ariaLabel: "TikTok" },
{ icon: Youtube, href: "https://youtube.com/@umbra", ariaLabel: "YouTube" },
];