Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -89,7 +89,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ "name": "Home", "id": "/" }, { "name": "Shop", "id": "/shop" }]}
|
||||
brandName="Смачна Випічка"
|
||||
@@ -120,7 +120,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ "name": "Home", "id": "/" }, { "name": "Shop", "id": "/shop" }]}
|
||||
brandName="Смачна Випічка"
|
||||
@@ -158,7 +158,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ "name": "Home", "id": "/" }, { "name": "Shop", "id": "/shop" }]}
|
||||
brandName="Смачна Випічка"
|
||||
@@ -204,7 +204,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=5"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
|
||||
imageAlt="Warm and inviting Ukrainian bakery interior"
|
||||
logoText="Смачна Випічка"
|
||||
copyrightText="© 2024 Смачна Випічка. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user