diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 07f6e3f..0b902a5 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -25,7 +25,7 @@ export default function ShopPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="inset-glow" secondaryButtonStyle="layered" @@ -45,7 +45,6 @@ export default function ShopPage() { ]} bottomLeftText="Enterprise AI Solutions" bottomRightText="hello@aiplatform.com" - button={{ text: "Cart", onClick: () => console.log("cart") }} />
@@ -74,7 +73,7 @@ export default function ShopPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="inset-glow" secondaryButtonStyle="layered" @@ -94,7 +93,6 @@ export default function ShopPage() { ]} bottomLeftText="Enterprise AI Solutions" bottomRightText="hello@aiplatform.com" - button={{ text: "Cart", onClick: () => console.log("cart") }} />