diff --git a/src/app/page.tsx b/src/app/page.tsx index 10a1778..8da08f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,10 +73,11 @@ export default function PureJoyBitesPage() { title="Our Signature Collection" description="Explore our curated selection of handcrafted delicacies." products={[ - { id: "1", name: "Saffron Elite Laddu", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-lemon-white-desk_140725-79265.jpg" }, - { id: "2", name: "Pistachio Emerald Bliss", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/matcha-green-tea-bundt-cake-grey-stone-top-view-copy-space_114579-4222.jpg" }, - { id: "3", name: "Chai Latte Granola", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-with-cereals_23-2148604115.jpg" }, - { id: "4", name: "Atta Pinni", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-banana-peanut-butter-cripbread-snacks-plate-with-cottage-cheese-milk-sesame-oat-almond-pineapple-leaves-wooden-background_141793-130632.jpg" } + { id: "1", name: "Rose Royal", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-lemon-white-desk_140725-79265.jpg" }, + { id: "2", name: "Date Garnet Essence", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/matcha-green-tea-bundt-cake-grey-stone-top-view-copy-space_114579-4222.jpg" }, + { id: "3", name: "Coconut Pearl Cloud", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-with-cereals_23-2148604115.jpg" }, + { id: "4", name: "Saffron Elite", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-banana-peanut-butter-cripbread-snacks-plate-with-cottage-cheese-milk-sesame-oat-almond-pineapple-leaves-wooden-background_141793-130632.jpg" }, + { id: "5", name: "Crimson Gourmet", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-different-pastries_23-2148604134.jpg" } ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up"