Update src/app/page.tsx
This commit is contained in:
@@ -84,10 +84,10 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "jewelry-necklace", name: "Gold Beaded Necklace", price: "$285", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-posing-with-old-phone_23-2150908618.jpg", imageAlt: "luxury handcrafted jewelry gold beads artisan"
|
||||
id: "jewelry-necklace", name: "Gold Beaded Necklace", price: "$285", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-posing-with-old-phone_23-2150908618.jpg?_wi=1", imageAlt: "luxury handcrafted jewelry gold beads artisan"
|
||||
},
|
||||
{
|
||||
id: "jewelry-bracelet", name: "Pearl & Gold Bracelet", price: "$195", imageSrc: "http://img.b2bpic.net/free-photo/white-pin-box-with-colorful-needles_23-2148212733.jpg", imageAlt: "luxury bracelet gold beads handmade jewelry"
|
||||
id: "jewelry-bracelet", name: "Pearl & Gold Bracelet", price: "$195", imageSrc: "http://img.b2bpic.net/free-photo/white-pin-box-with-colorful-needles_23-2148212733.jpg?_wi=1", imageAlt: "luxury bracelet gold beads handmade jewelry"
|
||||
},
|
||||
{
|
||||
id: "crochet-tote", name: "Artisan Crochet Tote", price: "$325", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-yarn-knitting_23-2149310985.jpg", imageAlt: "handmade crochet bag artisan tote luxury"
|
||||
@@ -141,13 +141,13 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
products={[
|
||||
{
|
||||
id: "jewelry-category", name: "Jewelry", price: "From $185", imageSrc: "http://img.b2bpic.net/free-photo/white-pin-box-with-colorful-needles_23-2148212733.jpg", imageAlt: "Luxury jewelry collection"
|
||||
id: "jewelry-category", name: "Jewelry", price: "From $185", imageSrc: "http://img.b2bpic.net/free-photo/white-pin-box-with-colorful-needles_23-2148212733.jpg?_wi=2", imageAlt: "Luxury jewelry collection"
|
||||
},
|
||||
{
|
||||
id: "crochet-bags-category", name: "Crochet Bags", price: "From $295", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-blonde-woman-white-dress-with-straw-bag-her-shoulder_181624-5570.jpg", imageAlt: "Artisan crochet bags collection"
|
||||
},
|
||||
{
|
||||
id: "jewelry-earrings", name: "Signature Earrings", price: "From $165", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-posing-with-old-phone_23-2150908618.jpg", imageAlt: "Premium jewelry earrings"
|
||||
id: "jewelry-earrings", name: "Signature Earrings", price: "From $165", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-posing-with-old-phone_23-2150908618.jpg?_wi=2", imageAlt: "Premium jewelry earrings"
|
||||
},
|
||||
{
|
||||
id: "crochet-clutch", name: "Evening Clutches", price: "From $245", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-glass_23-2150154535.jpg", imageAlt: "Handmade crochet evening clutches"
|
||||
|
||||
Reference in New Issue
Block a user