diff --git a/src/app/page.tsx b/src/app/page.tsx index c025653..97294c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,9 +78,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Diamond Solitaire", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-female-wearing-silver-necklace-with-beautiful-lock-pendant_181624-27833.jpg", priceButtonProps: { children: "Add to Cart" } }, - { id: "p2", name: "Sapphire Pendant", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/still-life-object_1122-1918.jpg", priceButtonProps: { children: "Add to Cart" } }, - { id: "p3", name: "Gold Cufflink Set", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635263.jpg", priceButtonProps: { children: "Add to Cart" } } + { id: "p1", name: "Diamond Solitaire", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-female-wearing-silver-necklace-with-beautiful-lock-pendant_181624-27833.jpg" }, + { id: "p2", name: "Sapphire Pendant", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/still-life-object_1122-1918.jpg" }, + { id: "p3", name: "Gold Cufflink Set", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635263.jpg" } ]} title="Our Signature Pieces" description="Exquisite designs that define elegance and sophisticated style."