Merge version_3 into main #6
@@ -16,7 +16,7 @@ export default function NoirPage() {
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="none"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="none"
|
||||
@@ -29,8 +29,8 @@ export default function NoirPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "NOIR", id: "#hero" },
|
||||
{ name: "AGENDAR", id: "#contact" }
|
||||
{ name: "NOIR", id: "hero" },
|
||||
{ name: "AGENDAR", id: "contact" }
|
||||
]}
|
||||
brandName="NOIR"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user