Update src/app/page.tsx
This commit is contained in:
@@ -119,9 +119,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "prod-1", name: "Vintage Gold Ring", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/woman-sparkling-pink-dress-holds-glass-champagne-her-ar_8353-8950.jpg", imageAlt: "Vintage gold ring with green gemstone"},
|
id: "prod-1", name: "Vintage Gold Ring", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/woman-sparkling-pink-dress-holds-glass-champagne-her-ar_8353-8950.jpg?_wi=1", imageAlt: "Vintage gold ring with green gemstone"},
|
||||||
{
|
{
|
||||||
id: "prod-2", name: "Emerald Charm Necklace", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-necklace-tarot-cards_23-2148229268.jpg", imageAlt: "Emerald gemstone pendant necklace"},
|
id: "prod-2", name: "Emerald Charm Necklace", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-necklace-tarot-cards_23-2148229268.jpg?_wi=1", imageAlt: "Emerald gemstone pendant necklace"},
|
||||||
{
|
{
|
||||||
id: "prod-3", name: "Artisan Cuff Bracelet", price: "$179", imageSrc: "http://img.b2bpic.net/free-vector/elegant-ornamental-frame-collection_1236-62.jpg", imageAlt: "Silver antique cuff bracelet"},
|
id: "prod-3", name: "Artisan Cuff Bracelet", price: "$179", imageSrc: "http://img.b2bpic.net/free-vector/elegant-ornamental-frame-collection_1236-62.jpg", imageAlt: "Silver antique cuff bracelet"},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user