Merge version_1 into main #2

Open
development wants to merge 2 commits from version_1 into main
Showing only changes of commit c00bf83871 - Show all commits

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