@@ -103,42 +69,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Pastel Flower",
- price: "$15",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-crochet-plushies_23-2151091217.jpg",
- },
- {
- id: "p2",
- name: "Daisy Keychain",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12581.jpg",
- },
- {
- id: "p3",
- name: "Minimalist Pouch",
- price: "$25",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-knitting-needles-wool-cap_23-2148859082.jpg",
- },
- {
- id: "p4",
- name: "Rose Charm",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles_23-2148859108.jpg",
- },
- {
- id: "p5",
- name: "Mini Totebag",
- price: "$30",
- imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923303.jpg",
- },
- {
- id: "p6",
- name: "Cloud Keychain",
- price: "$14",
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-wicker-basket-with-decor_169016-6150.jpg",
- },
+ { id: "p1", name: "Pastel Flower", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/still-life-crochet-plushies_23-2151091217.jpg" },
+ { id: "p2", name: "Daisy Keychain", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12581.jpg" },
+ { id: "p3", name: "Minimalist Pouch", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-knitting-needles-wool-cap_23-2148859082.jpg" },
+ { id: "p4", name: "Rose Charm", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles_23-2148859108.jpg" },
+ { id: "p5", name: "Mini Totebag", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923303.jpg" },
+ { id: "p6", name: "Cloud Keychain", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-wicker-basket-with-decor_169016-6150.jpg" },
]}
title="Featured Pieces"
description="Hand-picked favorites from our latest collection."
@@ -147,44 +83,15 @@ export default function LandingPage() {