Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ed63f75dc | |||
| 857fee68d0 | |||
| d73ee5a600 | |||
| 009d945be0 | |||
| 78a54ac1c8 |
@@ -1,6 +1,6 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { Award, CheckCircle, Leaf, Sparkles, Star } from "lucide-react";
|
import { Award, CheckCircle, Leaf, Sparkles, Star, Shield } from "lucide-react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||||
@@ -45,8 +45,8 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
title="Experience Premium Pre-Rolls"
|
title="Experience Premium Pre-Rolls"
|
||||||
description="Melo Hennessy brings you meticulously crafted pre-rolls using only the finest cannabis. Every roll is a statement of quality, consistency, and pure enjoyment."
|
description="Melo Hennessy brings you meticulously crafted pre-rolls using only the finest cannabis. Every roll is a statement of quality, consistency, and pure enjoyment."
|
||||||
tag="Luxury Cannabis"
|
tag="Lab Tested & Premium Quality"
|
||||||
tagIcon={Leaf}
|
tagIcon={Shield}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -96,11 +96,11 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
products={[
|
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"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user