+ {/* Product Hero Section */}
+
-
-
-
-
-
-
-
-
+ {/* Footer */}
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 237be91..90a88ff 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -39,7 +39,7 @@ export default function ShopPage() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
- background="aurora"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -51,9 +51,7 @@ export default function ShopPage() {
navItems={navItems}
brandName="RePhone Store"
button={{
- text: "Shop Now",
- href: "/shop",
- }}
+ text: "Shop Now", href: "/shop"}}
animateOnLoad={true}
/>
@@ -63,20 +61,14 @@ export default function ShopPage() {