Merge version_4 into main #10
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user