2 Commits

Author SHA1 Message Date
6888dc98df Update src/app/shop/page.tsx 2026-02-23 15:58:26 +00:00
544d439506 Update src/app/shop/[id]/page.tsx 2026-02-23 15:58:26 +00:00
2 changed files with 35 additions and 5 deletions

View File

@@ -92,7 +92,13 @@ function ProductPageContent({ params }: ProductPageProps) {
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"}
{"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"}
]}
brandName="Artisan Bakery"
bottomLeftText="Global Community"
@@ -127,7 +133,13 @@ function ProductPageContent({ params }: ProductPageProps) {
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"}
{"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"}
]}
brandName="Artisan Bakery"
bottomLeftText="Global Community"
@@ -169,7 +181,13 @@ function ProductPageContent({ params }: ProductPageProps) {
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"}
{"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"}
]}
brandName="Artisan Bakery"
bottomLeftText="Global Community"

View File

@@ -35,7 +35,13 @@ function ShopPageContent() {
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"}
{"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"}
]}
brandName="Artisan Bakery"
bottomLeftText="Global Community"
@@ -69,7 +75,13 @@ function ShopPageContent() {
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"}
{"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"}
]}
brandName="Artisan Bakery"
bottomLeftText="Global Community"