Update src/app/shop/page.tsx
This commit is contained in:
@@ -56,7 +56,7 @@ function ShopPageContent() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
@@ -92,7 +92,7 @@ function ShopPageContent() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
@@ -134,16 +134,15 @@ function ShopPageContent() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="asset://footer-coffee-beans?_wi=2"
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageAlt="Close-up of roasted coffee beans."
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Coffee", href: "#menu" }, { label: "Pastries", href: "#menu" }, { label: "Beverages", href: "#menu" }] },
|
||||
{ title: "Inkola", items: [{ label: "Our Story", href: "#about" }, { label: "Careers", href: "/careers" }, { label: "Gift Cards", href: "/gift-cards" }] },
|
||||
{ title: "Connect", items: [{ label: "Contact Us", href: "#contact" }, { label: "FAQ", href: "/faq" }, { label: "Press", href: "/press" }] }
|
||||
{ title: "Menu", items: [{ label: "Coffee", href: "/#menu" }, { label: "Pastries", href: "/#menu" }, { label: "Beverages", href: "/#menu" }] },
|
||||
{ title: "Inkola", items: [{ label: "Our Story", href: "/#about" }, { label: "Careers", href: "/careers" }, { label: "Gift Cards", href: "/gift-cards" }] },
|
||||
{ title: "Connect", items: [{ label: "Contact Us", href: "/#contact" }, { label: "FAQ", href: "/faq" }, { label: "Press", href: "/press" }] }
|
||||
]}
|
||||
logoText="Inkola"
|
||||
copyrightText="© 2024 Inkola. All rights reserved."
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Inkola Coffeeshop Footer"
|
||||
className="bg-card"
|
||||
logoTextClassName="text-foreground text-3xl font-semibold"
|
||||
|
||||
Reference in New Issue
Block a user