Merge version_4 into main #10

Merged
bender merged 1 commits from version_4 into main 2026-03-04 16:10:05 +00:00

View File

@@ -29,10 +29,10 @@ export default function LandingPage() {
<NavbarStyleApple
brandName="Redeemed Coffee"
navItems={[
{ label: "About", href: "about" },
{ label: "Sourcing", href: "sourcing" },
{ label: "Schedule", href: "schedule" },
{ label: "Contact", href: "contact" }
{ name: "About", id: "about" },
{ name: "Sourcing", id: "sourcing" },
{ name: "Schedule", id: "schedule" },
{ name: "Contact", id: "contact" }
]}
/>
</div>