Merge version_2 into main #6
@@ -63,7 +63,7 @@ export default function AboutPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="UNREST"
|
||||
button={{ text: "Cart", href: "/cart" }}
|
||||
button={{ text: "Cart", href: "/cart", pressable: true }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,11 +96,8 @@ export default function AboutPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={footerColumns}
|
||||
logoText="UNREST"
|
||||
/>
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="UNREST" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ export default function ContactPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="UNREST"
|
||||
button={{ text: "Cart", href: "/cart" }}
|
||||
button={{ text: "Cart", href: "/cart", pressable: true }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,11 +110,8 @@ export default function ContactPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={footerColumns}
|
||||
logoText="UNREST"
|
||||
/>
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="UNREST" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@ export default function HomePage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="UNREST"
|
||||
button={{ text: "Cart", href: "/cart" }}
|
||||
button={{ text: "Cart", href: "/cart", pressable: true }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,11 +168,8 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={footerColumns}
|
||||
logoText="UNREST"
|
||||
/>
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="UNREST" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ export default function ShopPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="UNREST"
|
||||
button={{ text: "Cart", href: "/cart" }}
|
||||
button={{ text: "Cart", href: "/cart", pressable: true }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,11 +119,8 @@ export default function ShopPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={footerColumns}
|
||||
logoText="UNREST"
|
||||
/>
|
||||
<FooterLogoEmphasis columns={footerColumns} logoText="UNREST" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user