From a8e2b56959438495c8f9b0f14b229644dfd36238 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 13:06:20 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 55 +++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index adecfea..d0e9c4a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -6,6 +6,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog"; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { useProductCatalog } from "@/hooks/useProductCatalog"; +import Link from "next/link"; export default function ShopPage() { const { @@ -24,25 +25,26 @@ export default function ShopPage() { borderRadius="soft" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" headingFontWeight="normal" > -