From 2de8df1fc15dfab86c92c31ecbde3c4aa25ce91e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:19:37 +0000 Subject: [PATCH] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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} />