diff --git a/src/app/page.tsx b/src/app/page.tsx index a75be60..285cd9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,46 +30,27 @@ export default function LandingPage() {
@@ -87,42 +68,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Cashmere Blazer", - price: "$1,250", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-customer-shop-seller-browsing-dresses-rack-together-choosing-clothes-fashion-store-side-view-shopping-retail-concept_74855-11880.jpg?_wi=1", - }, - { - id: "p2", - name: "Silk Evening Gown", - price: "$2,400", - imageSrc: "http://img.b2bpic.net/free-photo/brown-fabric_1122-375.jpg?_wi=1", - }, - { - id: "p3", - name: "Leather Chelsea Boots", - price: "$890", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151914966.jpg?_wi=1", - }, - { - id: "p4", - name: "Wool Overcoat", - price: "$1,850", - imageSrc: "http://img.b2bpic.net/free-photo/thread-roll-close-up_53876-88931.jpg", - }, - { - id: "p5", - name: "Tailored Trousers", - price: "$650", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sewing-workshop_23-2149007404.jpg", - }, - { - id: "p6", - name: "Silk Scarf", - price: "$320", - imageSrc: "http://img.b2bpic.net/free-photo/fabric-red-macro-abstract-texture_1122-2401.jpg", - }, + { id: "p1", name: "Cashmere Blazer", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/pensive-customer-shop-seller-browsing-dresses-rack-together-choosing-clothes-fashion-store-side-view-shopping-retail-concept_74855-11880.jpg" }, + { id: "p2", name: "Silk Evening Gown", price: "$2,400", imageSrc: "http://img.b2bpic.net/free-photo/brown-fabric_1122-375.jpg" }, + { id: "p3", name: "Leather Chelsea Boots", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151914966.jpg" }, + { id: "p4", name: "Wool Overcoat", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/thread-roll-close-up_53876-88931.jpg" }, + { id: "p5", name: "Tailored Trousers", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sewing-workshop_23-2149007404.jpg" }, + { id: "p6", name: "Silk Scarf", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/fabric-red-macro-abstract-texture_1122-2401.jpg" }, ]} title="New Arrivals" description="Explore our latest curation of premium garments." @@ -133,34 +84,11 @@ export default function LandingPage() { @@ -284,32 +140,8 @@ export default function LandingPage() {