Update src/app/page.tsx

This commit is contained in:
2026-03-06 08:43:14 +00:00
parent d73ee5a600
commit 857fee68d0

View File

@@ -96,11 +96,11 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Classic Reserve", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/medical-marijuana_93675-129021.jpg?_wi=3", imageAlt: "Classic Reserve pre-roll"},
id: "1", name: "Classic Reserve Single Premium Roll", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/medical-marijuana_93675-129021.jpg?_wi=3", imageAlt: "Classic Reserve pre-roll"},
{
id: "2", name: "Deluxe Pack", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-black-blue-white-speck-chocolate-sweets-white-stand_140725-13909.jpg?_wi=2", imageAlt: "Deluxe Pack pre-rolls"},
id: "2", name: "Deluxe Pack Multi-Roll Value Bundle", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-black-blue-white-speck-chocolate-sweets-white-stand_140725-13909.jpg?_wi=2", imageAlt: "Deluxe Pack pre-rolls"},
{
id: "3", name: "Connoisseur Blend", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/medical-marijuana_93675-129021.jpg?_wi=4", imageAlt: "Connoisseur Blend pre-roll"},
id: "3", name: "Connoisseur Blend Premium Single Roll", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/medical-marijuana_93675-129021.jpg?_wi=4", imageAlt: "Connoisseur Blend pre-roll"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"