Update src/app/page.tsx

This commit is contained in:
2026-01-20 09:54:37 +00:00
parent 08db0d7442
commit c00bf83871

View File

@@ -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" }