Merge version_4 into main #8

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

View File

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