Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 21:21:16 +00:00
parent 95c6bb85c5
commit 16115b4341

View File

@@ -83,7 +83,6 @@ export default function ShopPage() {
{ icon: Linkedin, href: "https://linkedin.com/company/prostudio", ariaLabel: "LinkedIn" },
{ icon: Instagram, href: "https://instagram.com/prostudio", ariaLabel: "Instagram" }
]}
useInvertedBackground={false}
className="py-16 md:py-24 bg-background-accent"
cardClassName="bg-card/70 backdrop-blur-md"
logoClassName="text-2xl font-bold text-foreground"
@@ -159,7 +158,6 @@ export default function ShopPage() {
{ icon: Linkedin, href: "https://linkedin.com/company/prostudio", ariaLabel: "LinkedIn" },
{ icon: Instagram, href: "https://instagram.com/prostudio", ariaLabel: "Instagram" }
]}
useInvertedBackground={false}
className="py-16 md:py-24 bg-background-accent"
cardClassName="bg-card/70 backdrop-blur-md"
logoClassName="text-2xl font-bold text-foreground"