Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #13.
This commit is contained in:
@@ -56,12 +56,12 @@ export default function LandingPage() {
|
||||
id: "cart-item-2", name: "Citrus Calm CBD Gummies (10-pack)", variants: [
|
||||
"Lemon, Lime"],
|
||||
price: "$25.00", quantity: 2,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gummy-bears-sweet-taste-generative-ai_188544-23963.jpg", imageAlt: "Citrus Calm CBD gummies packaging"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gummy-bears-sweet-taste-generative-ai_188544-23963.jpg?_wi=1", imageAlt: "Citrus Calm CBD gummies packaging"},
|
||||
{
|
||||
id: "cart-item-3", name: "Mango Haze Vape Cartridge", variants: [
|
||||
"0.5g", "Indica Hybrid"],
|
||||
price: "$40.00", quantity: 1,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vape-pen-smoke-cloud-studio-shot_912284-17796.jpg", imageAlt: "Mango Haze cannabis vape cartridge"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vape-pen-smoke-cloud-studio-shot_912284-17796.jpg?_wi=1", imageAlt: "Mango Haze cannabis vape cartridge"},
|
||||
]}
|
||||
onQuantityChange={() => {}}
|
||||
onRemove={() => {}}
|
||||
|
||||
@@ -52,9 +52,9 @@ export default function LandingPage() {
|
||||
description="Don't miss out on our most popular and newly stocked products."
|
||||
products={[
|
||||
{
|
||||
name: "Energize Sativa Gummies", price: "$30.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gummy-bears-sweet-taste-generative-ai_188544-23963.jpg", imageAlt: "Energizing Sativa Gummies", id: "1"},
|
||||
name: "Energize Sativa Gummies", price: "$30.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gummy-bears-sweet-taste-generative-ai_188544-23963.jpg?_wi=2", imageAlt: "Energizing Sativa Gummies", id: "1"},
|
||||
{
|
||||
name: "Calm Indica Vape Pen", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/vape-pen-smoke-cloud-studio-shot_912284-17796.jpg", imageAlt: "Calming Indica Vape Pen", id: "2"},
|
||||
name: "Calm Indica Vape Pen", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/vape-pen-smoke-cloud-studio-shot_912284-17796.jpg?_wi=2", imageAlt: "Calming Indica Vape Pen", id: "2"},
|
||||
{
|
||||
name: "Organic CBD Tincture", price: "$40.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-bottle-dropper-oil-arrangement_23-2149791471.jpg", imageAlt: "Organic CBD Tincture", id: "3"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user