4 Commits

Author SHA1 Message Date
7153d72b09 Update src/app/page.tsx 2026-05-11 02:24:29 +00:00
4e4df2d857 Merge version_2 into main
Merge version_2 into main
2026-05-11 02:19:54 +00:00
a98c4e0fd2 Update src/app/page.tsx 2026-05-11 02:19:51 +00:00
98b691ee2f Merge version_1 into main
Merge version_1 into main
2026-05-11 02:18:30 +00:00

View File

@@ -91,12 +91,12 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="slide-up"
products={[ products={[
{ id: "p1", name: "Diamond Engagement Ring", price: "$2,450", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509243.jpg" }, { id: "p1", name: "Diamond Engagement Ring: Conflict-Free Brilliance", price: "$2,450", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509243.jpg", priceButtonProps: { text: "Purchase Now", href: "#contact" } },
{ id: "p2", name: "Gold Pendant Necklace", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-golden-bright-chain_23-2149836482.jpg" }, { id: "p2", name: "Gold Pendant Necklace: 18K Solid Gold", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-golden-bright-chain_23-2149836482.jpg", priceButtonProps: { text: "Purchase Now", href: "#contact" } },
{ id: "p3", name: "Diamond Drop Earrings", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-afro-american-latin-woman-smiling-spending-nice-time-coffee-shop_58466-12273.jpg" }, { id: "p3", name: "Diamond Drop Earrings: Hand-Set Quality", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-afro-american-latin-woman-smiling-spending-nice-time-coffee-shop_58466-12273.jpg", priceButtonProps: { text: "Purchase Now", href: "#contact" } },
]} ]}
title="Curated Collections" title="Curated Collections"
description="Discover timeless treasures handcrafted for every occasion." description="Discover timeless treasures handcrafted with exceptional material quality and expert craftsmanship to ensure lasting luxury."
/> />
</div> </div>