Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-04-02 21:58:50 +00:00

View File

@@ -13,7 +13,7 @@ import FooterSimple from "@/components/sections/footer/FooterSimple";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
@@ -28,11 +28,13 @@ export default function LandingPage() {
<NavbarStyleApple
brandName="The Cannabis Shop"
navItems={[
{ name: "Home", id: "#hero" },
{ name: "Shop", id: "#shop" },
{ name: "About", id: "#about" },
{ name: "Reviews", id: "#reviews" },
{ name: "Visit Us", id: "#location" }
{ name: "Home", id: "hero" },
{ name: "Shop", id: "shop" },
{ name: "Why Us", id: "why-us" },
{ name: "Reviews", id: "reviews" },
{ name: "Location", id: "location" },
{ name: "About", id: "about" },
{ name: "Contact", id: "cta" }
]}
/>
</div>
@@ -144,7 +146,7 @@ export default function LandingPage() {
<FooterSimple
columns={[
{ title: "Shop", items: [{ label: "Flower", href: "#shop" }, { label: "Vapes", href: "#shop" }, { label: "Edibles", href: "#shop" }] },
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Contact", href: "#location" }] }
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Contact", href: "#cta" }] }
]}
bottomLeftText="© 2026 The Cannabis Shop"
bottomRightText="735 Grapevine Hwy, Hurst, TX"