diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5db3a1b..9635c34 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,11 @@ export default function LandingPage() {
@@ -51,64 +40,13 @@ export default function LandingPage() {
@@ -119,42 +57,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Classic Summer Dress",
- price: "$89",
- imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-walking-street-fashionable-outfit-holding-purse-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style-full-length_285396-6762.jpg",
- },
- {
- id: "p2",
- name: "Linen Casual Shirt",
- price: "$65",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-looking-away_23-2148665449.jpg",
- },
- {
- id: "p3",
- name: "Structured Winter Coat",
- price: "$150",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-phone-street_1303-13380.jpg",
- },
- {
- id: "p4",
- name: "Silk Minimalist Blouse",
- price: "$75",
- imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-jersey-shoes_23-2147790773.jpg",
- },
- {
- id: "p5",
- name: "Tailored Everyday Trousers",
- price: "$95",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-fashion-modern-businesswoman-model-white-suit-posing-street-background-blue-sky-walking_158538-11908.jpg",
- },
- {
- id: "p6",
- name: "Soft Knit Sweater",
- price: "$80",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-charming-brunette-dressed-stylish-clothes-leaning-against-brick-wall-room-with-loft-interior_613910-9341.jpg",
- },
+ { id: "p1", name: "Classic Summer Dress", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-walking-street-fashionable-outfit-holding-purse-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style-full-length_285396-6762.jpg", onProductClick: () => window.location.href = '/product-detail' },
+ { id: "p2", name: "Linen Casual Shirt", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-looking-away_23-2148665449.jpg" },
+ { id: "p3", name: "Structured Winter Coat", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-phone-street_1303-13380.jpg" },
]}
title="Curated Essentials"
description="Our latest collection, designed for those who appreciate lasting quality and minimalist design."
@@ -165,12 +70,7 @@ export default function LandingPage() {
@@ -178,48 +78,7 @@ export default function LandingPage() {