Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-23 16:00:38 +00:00
parent f50eb9eb6f
commit bdfc19b3dc

View File

@@ -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>
);
}
}