Update src/app/shop/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use client";
|
||||
"use client";
|
||||
|
||||
import { Suspense, useCallback } from "react";
|
||||
import ReactLenis from "lenis/react";
|
||||
@@ -55,7 +55,7 @@ function ShopPageContent() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
@@ -106,7 +106,7 @@ function ShopPageContent() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg?_wi=3"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg"
|
||||
imageAlt="Trendy downtown gastropub interior"
|
||||
columns={[
|
||||
{ title: "Location", items: [{ label: "123 Pub Street", href: "#" }] },
|
||||
@@ -122,7 +122,6 @@ function ShopPageContent() {
|
||||
]}
|
||||
logoText="2 Dogs Pub"
|
||||
copyrightText="© 2024 2 Dogs Pub. All rights reserved."
|
||||
useInvertedBackground={false}
|
||||
className="bg-background-accent text-foreground pt-16 md:pt-24"
|
||||
mediaWrapperClassName="h-64 md:h-96 w-full"
|
||||
logoTextClassName="text-4xl font-extrabold"
|
||||
|
||||
Reference in New Issue
Block a user