Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6888dc98df | |||
| 544d439506 |
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user