diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5add9fd..58449d1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,38 +40,16 @@ export default function LandingPage() {
@@ -96,48 +62,12 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Velvet Midnight Gown",
- price: "$1,200",
- variant: "Black",
- imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg?_wi=3",
- },
- {
- id: "p2",
- name: "Gold Thread Silk Dress",
- price: "$1,500",
- variant: "Gold",
- imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg?_wi=3",
- },
- {
- id: "p3",
- name: "Floral Lace Evening",
- price: "$950",
- variant: "Emerald",
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg?_wi=2",
- },
- {
- id: "p4",
- name: "Satin Drape Gown",
- price: "$1,100",
- variant: "Burgundy",
- imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg?_wi=4",
- },
- {
- id: "p5",
- name: "Minimalist Chic Shift",
- price: "$800",
- variant: "Black",
- imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg?_wi=4",
- },
- {
- id: "p6",
- name: "Embellished Cocktail",
- price: "$1,350",
- variant: "Gold",
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg?_wi=3",
- },
+ { id: "p1", name: "Velvet Midnight Gown", price: "$1,200", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg" },
+ { id: "p2", name: "Gold Thread Silk Dress", price: "$1,500", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg" },
+ { id: "p3", name: "Floral Lace Evening", price: "$950", variant: "Emerald", imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg" },
+ { id: "p4", name: "Satin Drape Gown", price: "$1,100", variant: "Burgundy", imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-dancer-sportswear-performing-show-dance-studio-side-view-slim-woman-with_7502-10557.jpg" },
+ { id: "p5", name: "Minimalist Chic Shift", price: "$800", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915124.jpg" },
+ { id: "p6", name: "Embellished Cocktail", price: "$1,350", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-white-shirt_158595-1014.jpg" }
]}
title="Women's Premium Dresses"
description="Curated selection of our finest luxury dresses."
@@ -148,31 +78,11 @@ export default function LandingPage() {
@@ -213,20 +113,8 @@ export default function LandingPage() {
title="Our Global Reach"
description="We are proud to serve fashion enthusiasts worldwide."
metrics={[
- {
- id: "m1",
- value: "12",
- title: "Flagship Stores",
- description: "Located in major luxury capitals.",
- icon: MapPin,
- },
- {
- id: "m2",
- value: "2M",
- title: "Items Delivered",
- description: "Quality garments shipped with care.",
- icon: Package,
- },
+ { id: "m1", value: "12", title: "Flagship Stores", description: "Located in major luxury capitals.", icon: MapPin },
+ { id: "m2", value: "2M", title: "Items Delivered", description: "Quality garments shipped with care.", icon: Package }
]}
/>
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 50c16ae..2703aaa 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -25,22 +25,10 @@ export default function LandingPage() {