diff --git a/src/app/page.tsx b/src/app/page.tsx index f4550b1..82d494b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() {
- + {}} items={[]} total="$0.00" buttons={[]} />
@@ -193,20 +91,17 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + title="Featured" + description="Top products" + products={[]} />
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 5336ff8..e4a8401 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -25,22 +25,10 @@ export default function LandingPage() {