Merge version_4 into main #8
@@ -28,12 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Redeemed Coffee"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU69r5MyCsaUYtnqpNbgmwykv8/uploaded-1772640189666-yf6n708e.png"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Sourcing", id: "sourcing" },
|
||||
{ name: "Schedule", id: "schedule" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
links={[
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Sourcing", href: "sourcing" },
|
||||
{ label: "Schedule", href: "schedule" },
|
||||
{ label: "Contact", href: "contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user