diff --git a/src/app/page.tsx b/src/app/page.tsx index 11311f2..607a588 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"