Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-05-09 13:27:42 +00:00

View File

@@ -78,9 +78,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
products={[ 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: "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", 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" },
{ 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: "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" title="Our Signature Pieces"
description="Exquisite designs that define elegance and sophisticated style." description="Exquisite designs that define elegance and sophisticated style."