Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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={[
|
||||||
|
|||||||
Reference in New Issue
Block a user