Update src/app/page.tsx

This commit is contained in:
2026-01-20 09:48:31 +00:00
parent d279d42bba
commit d0a3d32172

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -29,7 +29,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
brandName="Brocoli"
navItems={[
{ name: "Home", id: "home" },
{ name: "Home", id: "hero" },
{ name: "Arrangements", id: "products" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
@@ -185,7 +185,7 @@ export default function LandingPage() {
columns={[
{
title: "Explore", items: [
{ label: "Home", href: "#home" },
{ label: "Home", href: "#hero" },
{ label: "Arrangements", href: "#products" },
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" }