From 7153d72b096fd04cb52aab87699191b808718e3e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 02:24:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1aac08..8a14bc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,12 +91,12 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" 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", 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", 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", priceButtonProps: { text: "Purchase Now", href: "#contact" } }, + { 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: 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: 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" - description="Discover timeless treasures handcrafted for every occasion." + description="Discover timeless treasures handcrafted with exceptional material quality and expert craftsmanship to ensure lasting luxury." /> @@ -160,4 +160,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file