Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -81,7 +81,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Bean Haven"
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
@@ -96,7 +96,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg"
|
||||
imageAlt="Cozy interior of a coffee shop with warm lighting"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }, { label: "Locations", href: "#contact" }] },
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "/#product" }, { label: "About Us", href: "/#about" }, { label: "Locations", href: "/#contact" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/beanhaven" }, { label: "Facebook", href: "https://facebook.com/beanhaven" }] }
|
||||
]}
|
||||
logoText="Bean Haven"
|
||||
@@ -123,7 +123,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Bean Haven"
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
@@ -146,7 +146,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg"
|
||||
imageAlt="Cozy interior of a coffee shop with warm lighting"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }, { label: "Locations", href: "#contact" }] },
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "/#product" }, { label: "About Us", href: "/#about" }, { label: "Locations", href: "/#contact" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/beanhaven" }, { label: "Facebook", href: "https://facebook.com/beanhaven" }] }
|
||||
]}
|
||||
logoText="Bean Haven"
|
||||
@@ -172,7 +172,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Bean Haven"
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
@@ -220,7 +220,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg"
|
||||
imageAlt="Cozy interior of a coffee shop with warm lighting"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }, { label: "Locations", href: "#contact" }] },
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "/#product" }, { label: "About Us", href: "/#about" }, { label: "Locations", href: "/#contact" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/beanhaven" }, { label: "Facebook", href: "https://facebook.com/beanhaven" }] }
|
||||
]}
|
||||
logoText="Bean Haven"
|
||||
|
||||
Reference in New Issue
Block a user