diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3787ba2..08299ac 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -58,105 +43,33 @@ export default function LandingPage() {
@@ -168,42 +81,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Minimalist Hoodie",
- price: "$85.00",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-arrangement_23-2149440637.jpg?_wi=2",
- },
- {
- id: "2",
- name: "Basic Tee Black",
- price: "$45.00",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-studio_23-2149429028.jpg",
- },
- {
- id: "3",
- name: "Tech Shell Jacket",
- price: "$120.00",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-blonde-rich-woman-with-banknotes-purse_23-2149668375.jpg",
- },
- {
- id: "4",
- name: "Relaxed Fit Denim",
- price: "$95.00",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-posing-white-hoodie-leggings-posing-against-white-background_89887-1080.jpg",
- },
- {
- id: "5",
- name: "Technical Trousers",
- price: "$110.00",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg",
- },
- {
- id: "6",
- name: "Cotton Crewneck",
- price: "$55.00",
- imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176657.jpg",
- },
+ { id: "1", name: "Minimalist Hoodie", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-arrangement_23-2149440637.jpg" },
+ { id: "2", name: "Basic Tee Black", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-studio_23-2149429028.jpg" },
+ { id: "3", name: "Tech Shell Jacket", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-blonde-rich-woman-with-banknotes-purse_23-2149668375.jpg" },
+ { id: "4", name: "Relaxed Fit Denim", price: "$95.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-posing-white-hoodie-leggings-posing-against-white-background_89887-1080.jpg" },
+ { id: "5", name: "Technical Trousers", price: "$110.00", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg" },
+ { id: "6", name: "Cotton Crewneck", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176657.jpg" }
]}
title="Clothing"
description="Essential pieces for a curated wardrobe."
@@ -214,31 +97,11 @@ export default function LandingPage() {