Update src/app/page.tsx

This commit is contained in:
2026-05-11 02:24:29 +00:00
parent 4e4df2d857
commit 7153d72b09

View File

@@ -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."
/>
</div>
@@ -160,4 +160,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}