Update src/app/shop/page.tsx
This commit is contained in:
@@ -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") }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -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") }}
|
||||
/>
|
||||
</div>
|
||||
<div id="productCatalog" data-section="productCatalog">
|
||||
|
||||
Reference in New Issue
Block a user