Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -90,6 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{"name":"Work","id":"work"},
|
||||
{"name":"Testimonials","id":"testimonials"},
|
||||
{"name":"Pricing","id":"pricing"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
@@ -102,8 +103,8 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<FooterBaseReveal
|
||||
copyrightText="© 2025 Proofweb. All rights reserved."
|
||||
columns={[
|
||||
{"title":"Product","items":[{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Work","href":"#work"}]},
|
||||
{"title":"Company","items":[{"label":"About","href":"#"},{"label":"Blog","href":"#"},{"label":"Careers","href":"#"}]},
|
||||
{"title":"Product","items":[{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Work","href":"#work"},{"label":"Team","href":"#team"}]},
|
||||
{"title":"Company","items":[{"label":"About","href":"#"},{"label":"Blog","href":"/blog"},{"label":"Careers","href":"#"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact","href":"#contact"}]}
|
||||
]}
|
||||
/>
|
||||
@@ -137,6 +138,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{"name":"Work","id":"work"},
|
||||
{"name":"Testimonials","id":"testimonials"},
|
||||
{"name":"Pricing","id":"pricing"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
@@ -157,8 +159,8 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<FooterBaseReveal
|
||||
copyrightText="© 2025 Proofweb. All rights reserved."
|
||||
columns={[
|
||||
{"title":"Product","items":[{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Work","href":"#work"}]},
|
||||
{"title":"Company","items":[{"label":"About","href":"#"},{"label":"Blog","href":"#"},{"label":"Careers","href":"#"}]},
|
||||
{"title":"Product","items":[{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Work","href":"#work"},{"label":"Team","href":"#team"}]},
|
||||
{"title":"Company","items":[{"label":"About","href":"#"},{"label":"Blog","href":"/blog"},{"label":"Careers","href":"#"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact","href":"#contact"}]}
|
||||
]}
|
||||
/>
|
||||
@@ -191,6 +193,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{"name":"Work","id":"work"},
|
||||
{"name":"Testimonials","id":"testimonials"},
|
||||
{"name":"Pricing","id":"pricing"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
@@ -236,8 +239,8 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<FooterBaseReveal
|
||||
copyrightText="© 2025 Proofweb. All rights reserved."
|
||||
columns={[
|
||||
{"title":"Product","items":[{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Work","href":"#work"}]},
|
||||
{"title":"Company","items":[{"label":"About","href":"#"},{"label":"Blog","href":"#"},{"label":"Careers","href":"#"}]},
|
||||
{"title":"Product","items":[{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Work","href":"#work"},{"label":"Team","href":"#team"}]},
|
||||
{"title":"Company","items":[{"label":"About","href":"#"},{"label":"Blog","href":"/blog"},{"label":"Careers","href":"#"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact","href":"#contact"}]}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user