diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 7c8e45b..155a8a7 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -59,6 +59,13 @@ export default function CartPage() { const tax = subtotal * 0.08; const total = subtotal + shipping + tax; + 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: Youtube, href: "https://youtube.com/@umbra", ariaLabel: "YouTube" }, + ]; + return ( >, href: "https://tiktok.com/@umbra", ariaLabel: "TikTok" }, - { icon: Youtube, href: "https://youtube.com/@umbra", ariaLabel: "YouTube" }, - ]} + socialLinks={socialLinks} />