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" > -