Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -92,13 +92,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Hero","id":"hero-section"},
|
||||
{"name":"About","id":"about-section"},
|
||||
{"name":"Feature","id":"features-section"},
|
||||
{"name":"Product","id":"product-section"},
|
||||
{"name":"Testimonial","id":"testimonials-section"},
|
||||
{"name":"Faq","id":"faq-section"},
|
||||
{"name":"Contact","id":"contact-section"}
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
brandName="Artisan Bakery"
|
||||
bottomLeftText="Global Community"
|
||||
@@ -133,13 +127,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Hero","id":"hero-section"},
|
||||
{"name":"About","id":"about-section"},
|
||||
{"name":"Feature","id":"features-section"},
|
||||
{"name":"Product","id":"product-section"},
|
||||
{"name":"Testimonial","id":"testimonials-section"},
|
||||
{"name":"Faq","id":"faq-section"},
|
||||
{"name":"Contact","id":"contact-section"}
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
brandName="Artisan Bakery"
|
||||
bottomLeftText="Global Community"
|
||||
@@ -181,13 +169,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Hero","id":"hero-section"},
|
||||
{"name":"About","id":"about-section"},
|
||||
{"name":"Feature","id":"features-section"},
|
||||
{"name":"Product","id":"product-section"},
|
||||
{"name":"Testimonial","id":"testimonials-section"},
|
||||
{"name":"Faq","id":"faq-section"},
|
||||
{"name":"Contact","id":"contact-section"}
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
brandName="Artisan Bakery"
|
||||
bottomLeftText="Global Community"
|
||||
@@ -234,4 +216,4 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user