diff --git a/src/app/page.tsx b/src/app/page.tsx index b7514db..17ec6e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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."