diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8cec2d7..28e8029 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,34 +29,12 @@ export default function LandingPage() {
@@ -64,73 +42,12 @@ export default function LandingPage() {
@@ -140,44 +57,7 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
- products={[
- {
- id: "p1",
- brand: "VELORA",
- name: "Oversized Blazer",
- price: "$295",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=2",
- },
- {
- id: "p2",
- brand: "VELORA",
- name: "Linen Shirt",
- price: "$120",
- rating: 4,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=3",
- },
- {
- id: "p3",
- brand: "VELORA",
- name: "Wide-Leg Trousers",
- price: "$180",
- rating: 5,
- reviewCount: "92",
- imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=4",
- },
- {
- id: "p4",
- brand: "VELORA",
- name: "Basic Tee",
- price: "$45",
- rating: 4,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-psd/luxury-men-s-fashion-template-design_23-2150863970.jpg?_wi=5",
- },
- ]}
+ products={[]}
title="Best Sellers"
description="Our most loved pieces, essential for your luxury wardrobe."
/>
@@ -186,33 +66,7 @@ export default function LandingPage() {
-
-
-