Update src/app/page.tsx
This commit is contained in:
@@ -130,22 +130,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Classic Swiss Watch", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg", priceButtonProps: { variant: "default" }
|
||||
id: "p1", name: "Classic Swiss Watch", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg", priceButtonProps: { variant: "hover-magnetic" }
|
||||
},
|
||||
{
|
||||
id: "p2", name: "Diamond Solitaire Ring", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-silver-ring-with-purple-diamond-soft-female-hand_181624-25558.jpg", priceButtonProps: { variant: "default" }
|
||||
id: "p2", name: "Diamond Solitaire Ring", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-silver-ring-with-purple-diamond-soft-female-hand_181624-25558.jpg", priceButtonProps: { variant: "hover-magnetic" }
|
||||
},
|
||||
{
|
||||
id: "p3", name: "Golden Charm Bracelet", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg", priceButtonProps: { variant: "default" }
|
||||
id: "p3", name: "Golden Charm Bracelet", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg", priceButtonProps: { variant: "hover-magnetic" }
|
||||
},
|
||||
{
|
||||
id: "p4", name: "Elegant Pearl Earrings", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sterling-silver-earrings-with-swarovski-crystal-with-studs-black-wall_140725-12952.jpg", priceButtonProps: { variant: "default" }
|
||||
id: "p4", name: "Elegant Pearl Earrings", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sterling-silver-earrings-with-swarovski-crystal-with-studs-black-wall_140725-12952.jpg", priceButtonProps: { variant: "hover-magnetic" }
|
||||
},
|
||||
{
|
||||
id: "p5", name: "Modern Chronograph", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/rehearsal-preparation-groom-s-watch-hand_8353-5810.jpg", priceButtonProps: { variant: "default" }
|
||||
id: "p5", name: "Modern Chronograph", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/rehearsal-preparation-groom-s-watch-hand_8353-5810.jpg", priceButtonProps: { variant: "hover-magnetic" }
|
||||
},
|
||||
{
|
||||
id: "p6", name: "Diamond Pendant Necklace", price: "$1,450", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-concept-closeup-portrait-wedding-necklace-female-neck_8353-5904.jpg", priceButtonProps: { variant: "default" }
|
||||
id: "p6", name: "Diamond Pendant Necklace", price: "$1,450", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-concept-closeup-portrait-wedding-necklace-female-neck_8353-5904.jpg", priceButtonProps: { variant: "hover-magnetic" }
|
||||
},
|
||||
]}
|
||||
title="Curated Luxury Collection"
|
||||
|
||||
Reference in New Issue
Block a user