Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -85,12 +85,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Northwest"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"Gallery","id":"gallery"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ "name": "Home", "id": "/" },
|
||||
{ "name": "Services", "id": "services" },
|
||||
{ "name": "Gallery", "id": "gallery" },
|
||||
{ "name": "Reviews", "id": "reviews" },
|
||||
{ "name": "About", "id": "about" },
|
||||
{ "name": "Shop", "id": "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -101,11 +101,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Navigate","items":[{"label":"Home","href":"/"},{"label":"Services","href":"#services"},{"label":"Gallery","href":"/gallery"},{"label":"About","href":"/about"}]},
|
||||
{"title":"Services","items":[{"label":"Driveways","href":"/services"},{"label":"Garage Floors","href":"/services"},{"label":"Patios","href":"/services"},{"label":"Steps & Entries","href":"/services"}]},
|
||||
{"title":"Contact","items":[{"label":"Request a Quote","href":"/contact"},{"label":"Gallery","href":"/gallery"},{"label":"Reviews","href":"#testimonials"},{"label":"About Us","href":"/about"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"}]}
|
||||
]
|
||||
{ "title": "Navigate", "items": [{ "label": "Home", "href": "/" }, { "label": "Services", "href": "#services" }, { "label": "Gallery", "href": "/gallery" }, { "label": "About", "href": "/about" }] },
|
||||
{ "title": "Services", "items": [{ "label": "Driveways", "href": "/services" }, { "label": "Garage Floors", "href": "/services" }, { "label": "Patios", "href": "/services" }, { "label": "Steps & Entries", "href": "/services" }] },
|
||||
{ "title": "Contact", "items": [{ "label": "Request a Quote", "href": "/contact" }, { "label": "Gallery", "href": "/gallery" }, { "label": "Reviews", "href": "#testimonials" }, { "label": "About Us", "href": "/about" }] },
|
||||
{ "title": "Legal", "items": [{ "label": "Privacy Policy", "href": "#" }, { "label": "Terms of Service", "href": "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2025 Northwest Concrete & Masonry. All rights reserved."
|
||||
bottomRightText="Built with precision and care."
|
||||
/>
|
||||
@@ -134,12 +134,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Northwest"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"Gallery","id":"gallery"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ "name": "Home", "id": "/" },
|
||||
{ "name": "Services", "id": "services" },
|
||||
{ "name": "Gallery", "id": "gallery" },
|
||||
{ "name": "Reviews", "id": "reviews" },
|
||||
{ "name": "About", "id": "about" },
|
||||
{ "name": "Shop", "id": "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -158,11 +158,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Navigate","items":[{"label":"Home","href":"/"},{"label":"Services","href":"#services"},{"label":"Gallery","href":"/gallery"},{"label":"About","href":"/about"}]},
|
||||
{"title":"Services","items":[{"label":"Driveways","href":"/services"},{"label":"Garage Floors","href":"/services"},{"label":"Patios","href":"/services"},{"label":"Steps & Entries","href":"/services"}]},
|
||||
{"title":"Contact","items":[{"label":"Request a Quote","href":"/contact"},{"label":"Gallery","href":"/gallery"},{"label":"Reviews","href":"#testimonials"},{"label":"About Us","href":"/about"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"}]}
|
||||
]
|
||||
{ "title": "Navigate", "items": [{ "label": "Home", "href": "/" }, { "label": "Services", "href": "#services" }, { "label": "Gallery", "href": "/gallery" }, { "label": "About", "href": "/about" }] },
|
||||
{ "title": "Services", "items": [{ "label": "Driveways", "href": "/services" }, { "label": "Garage Floors", "href": "/services" }, { "label": "Patios", "href": "/services" }, { "label": "Steps & Entries", "href": "/services" }] },
|
||||
{ "title": "Contact", "items": [{ "label": "Request a Quote", "href": "/contact" }, { "label": "Gallery", "href": "/gallery" }, { "label": "Reviews", "href": "#testimonials" }, { "label": "About Us", "href": "/about" }] },
|
||||
{ "title": "Legal", "items": [{ "label": "Privacy Policy", "href": "#" }, { "label": "Terms of Service", "href": "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2025 Northwest Concrete & Masonry. All rights reserved."
|
||||
bottomRightText="Built with precision and care."
|
||||
/>
|
||||
@@ -190,12 +190,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Northwest"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Services","id":"services"},
|
||||
{"name":"Gallery","id":"gallery"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{ "name": "Home", "id": "/" },
|
||||
{ "name": "Services", "id": "services" },
|
||||
{ "name": "Gallery", "id": "gallery" },
|
||||
{ "name": "Reviews", "id": "reviews" },
|
||||
{ "name": "About", "id": "about" },
|
||||
{ "name": "Shop", "id": "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -239,11 +239,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Navigate","items":[{"label":"Home","href":"/"},{"label":"Services","href":"#services"},{"label":"Gallery","href":"/gallery"},{"label":"About","href":"/about"}]},
|
||||
{"title":"Services","items":[{"label":"Driveways","href":"/services"},{"label":"Garage Floors","href":"/services"},{"label":"Patios","href":"/services"},{"label":"Steps & Entries","href":"/services"}]},
|
||||
{"title":"Contact","items":[{"label":"Request a Quote","href":"/contact"},{"label":"Gallery","href":"/gallery"},{"label":"Reviews","href":"#testimonials"},{"label":"About Us","href":"/about"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"}]}
|
||||
]
|
||||
{ "title": "Navigate", "items": [{ "label": "Home", "href": "/" }, { "label": "Services", "href": "#services" }, { "label": "Gallery", "href": "/gallery" }, { "label": "About", "href": "/about" }] },
|
||||
{ "title": "Services", "items": [{ "label": "Driveways", "href": "/services" }, { "label": "Garage Floors", "href": "/services" }, { "label": "Patios", "href": "/services" }, { "label": "Steps & Entries", "href": "/services" }] },
|
||||
{ "title": "Contact", "items": [{ "label": "Request a Quote", "href": "/contact" }, { "label": "Gallery", "href": "/gallery" }, { "label": "Reviews", "href": "#testimonials" }, { "label": "About Us", "href": "/about" }] },
|
||||
{ "title": "Legal", "items": [{ "label": "Privacy Policy", "href": "#" }, { "label": "Terms of Service", "href": "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2025 Northwest Concrete & Masonry. All rights reserved."
|
||||
bottomRightText="Built with precision and care."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user