Merge version_2 into main #9
@@ -64,7 +64,7 @@ export default function AboutPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="UNREST"
|
||||
button={{ text: "Cart", href: "/cart", pressable: true }}
|
||||
button={{ text: "Cart", href: "/cart" }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,7 +64,7 @@ export default function ContactPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="UNREST"
|
||||
button={{ text: "Cart", href: "/cart", pressable: true }}
|
||||
button={{ text: "Cart", href: "/cart" }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -67,7 +67,7 @@ export default function HomePage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="UNREST"
|
||||
button={{ text: "Cart", href: "/cart", pressable: true }}
|
||||
button={{ text: "Cart", href: "/cart" }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,7 +64,7 @@ export default function ShopPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="UNREST"
|
||||
button={{ text: "Cart", href: "/cart", pressable: true }}
|
||||
button={{ text: "Cart", href: "/cart" }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user