Update src/app/page.tsx

This commit is contained in:
2026-05-13 21:19:58 +00:00
parent a01f603795
commit f4f02e2647

View File

@@ -83,12 +83,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{ id: "1", name: "Royal Amethyst", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/colored-choco-candies-art-designed-isolated-white-floor_140725-14153.jpg" },
{ id: "2", name: "Arctic Clear Quartz", price: "$620", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crystals-flowers-arrangement_23-2149324177.jpg" },
{ id: "3", name: "Imperial Emerald", price: "$2,400", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-green-orange-agate-geode_23-2152029626.jpg" },
{ id: "4", name: "Golden Rutile Quartz", price: "$1,150", imageSrc: "http://img.b2bpic.net/free-photo/macro-photography-purple-rock-with-white-crystals-black-background_91008-516.jpg" },
{ id: "5", name: "Citrine Point", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17689.jpg" },
{ id: "6", name: "Tourmaline Slab", price: "$1,300", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-16039.jpg" },
{ id: "1", name: "Royal Amethyst", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/colored-choco-candies-art-designed-isolated-white-floor_140725-14153.jpg", priceButtonProps: { text: "Add to Cart" } },
{ id: "2", name: "Arctic Clear Quartz", price: "$620", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crystals-flowers-arrangement_23-2149324177.jpg", priceButtonProps: { text: "Add to Cart" } },
{ id: "3", name: "Imperial Emerald", price: "$2,400", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-green-orange-agate-geode_23-2152029626.jpg", priceButtonProps: { text: "Add to Cart" } },
{ id: "4", name: "Golden Rutile Quartz", price: "$1,150", imageSrc: "http://img.b2bpic.net/free-photo/macro-photography-purple-rock-with-white-crystals-black-background_91008-516.jpg", priceButtonProps: { text: "Add to Cart" } },
{ id: "5", name: "Citrine Point", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17689.jpg", priceButtonProps: { text: "View Details" } },
{ id: "6", name: "Tourmaline Slab", price: "$1,300", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-16039.jpg", priceButtonProps: { text: "View Details" } },
]}
title="The Imperial Collection"
description="Our curated selection of rare gemstones and minerals, handled with artisanal precision."