Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-20 21:21:15 +00:00
parent 60ba6f3c5b
commit 95c6bb85c5

View File

@@ -116,7 +116,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ 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"
@@ -178,7 +177,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ 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"
@@ -264,7 +262,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ 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"