Update src/app/shop/page.tsx

This commit is contained in:
2026-02-23 09:48:34 +00:00
parent 67ddc72893
commit c365ae950f

View File

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