4 Commits

Author SHA1 Message Date
a9bdefc5a1 Merge version_4 into main
Merge version_4 into main
2026-05-13 21:25:00 +00:00
c8fcfe83f6 Update src/app/page.tsx 2026-05-13 21:24:57 +00:00
1007d7f843 Merge version_3 into main
Merge version_3 into main
2026-05-13 21:22:32 +00:00
2937f138bf Merge version_3 into main
Merge version_3 into main
2026-05-13 21:22:08 +00:00

View File

@@ -83,12 +83,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{ id: "1", name: "Royal Amethyst", price: "$850", imageSrc: "https://images.unsplash.com/photo-1596464911762-b924458f3310?auto=format&fit=crop&q=80&w=600&_wi=1", priceButtonProps: { text: "Add to Cart" } },
{ id: "2", name: "Arctic Clear Quartz", price: "$620", imageSrc: "https://images.unsplash.com/photo-1603988492906-4fb0fb251cb8?auto=format&fit=crop&q=80&w=600&_wi=1", priceButtonProps: { text: "Add to Cart" } },
{ id: "3", name: "Imperial Emerald", price: "$2,400", imageSrc: "https://images.unsplash.com/photo-1596464911762-b924458f3310?auto=format&fit=crop&q=80&w=600&_wi=2", priceButtonProps: { text: "Add to Cart" } },
{ id: "4", name: "Golden Rutile Quartz", price: "$1,150", imageSrc: "https://images.unsplash.com/photo-1603988492906-4fb0fb251cb8?auto=format&fit=crop&q=80&w=600&_wi=2", priceButtonProps: { text: "Add to Cart" } },
{ id: "5", name: "Citrine Point", price: "$900", imageSrc: "https://images.unsplash.com/photo-1596464911762-b924458f3310?auto=format&fit=crop&q=80&w=600&_wi=3", priceButtonProps: { text: "View Details" } },
{ id: "6", name: "Tourmaline Slab", price: "$1,300", imageSrc: "https://images.unsplash.com/photo-1603988492906-4fb0fb251cb8?auto=format&fit=crop&q=80&w=600&_wi=3", priceButtonProps: { text: "View Details" } },
{ id: "1", name: "Royal Amethyst", price: "$850", imageSrc: "https://images.unsplash.com/photo-1603988492906-4fb0fb251cb8?auto=format&fit=crop&q=80&w=600&_wi=1", priceButtonProps: { text: "Add to Cart" } },
{ id: "2", name: "Arctic Clear Quartz", price: "$620", imageSrc: "https://images.unsplash.com/photo-1596464911762-b924458f3310?auto=format&fit=crop&q=80&w=600&_wi=1", priceButtonProps: { text: "Add to Cart" } },
{ id: "3", name: "Imperial Emerald", price: "$2,400", imageSrc: "https://images.unsplash.com/photo-1603988492906-4fb0fb251cb8?auto=format&fit=crop&q=80&w=600&_wi=2", priceButtonProps: { text: "Add to Cart" } },
{ id: "4", name: "Golden Rutile Quartz", price: "$1,150", imageSrc: "https://images.unsplash.com/photo-1596464911762-b924458f3310?auto=format&fit=crop&q=80&w=600&_wi=2", priceButtonProps: { text: "Add to Cart" } },
{ id: "5", name: "Citrine Point", price: "$900", imageSrc: "https://images.unsplash.com/photo-1603988492906-4fb0fb251cb8?auto=format&fit=crop&q=80&w=600&_wi=3", priceButtonProps: { text: "View Details" } },
{ id: "6", name: "Tourmaline Slab", price: "$1,300", imageSrc: "https://images.unsplash.com/photo-1596464911762-b924458f3310?auto=format&fit=crop&q=80&w=600&_wi=3", priceButtonProps: { text: "View Details" } },
]}
title="The Imperial Collection"
description="Our curated selection of rare gemstones and minerals, handled with artisanal precision."