Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -86,13 +86,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="San Francisco"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"About","id":"/about"},
|
||||
{"name":"Attractions","id":"attractions"},
|
||||
{"name":"Neighborhoods","id":"neighborhoods"},
|
||||
{"name":"Blog","id":"blog"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Blog","id":"/blog"},
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
bottomLeftText="Explore the Bay"
|
||||
bottomRightText="hello@sf-guide.com"
|
||||
@@ -137,13 +135,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="San Francisco"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"About","id":"/about"},
|
||||
{"name":"Attractions","id":"attractions"},
|
||||
{"name":"Neighborhoods","id":"neighborhoods"},
|
||||
{"name":"Blog","id":"blog"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Blog","id":"/blog"},
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
bottomLeftText="Explore the Bay"
|
||||
bottomRightText="hello@sf-guide.com"
|
||||
@@ -195,13 +191,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="San Francisco"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"About","id":"/about"},
|
||||
{"name":"Attractions","id":"attractions"},
|
||||
{"name":"Neighborhoods","id":"neighborhoods"},
|
||||
{"name":"Blog","id":"blog"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Blog","id":"/blog"},
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
bottomLeftText="Explore the Bay"
|
||||
bottomRightText="hello@sf-guide.com"
|
||||
@@ -258,4 +252,4 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user