From 857fee68d083e26f91c39ae68f970ea2c44f33b0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:43:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"