Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -88,10 +88,8 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Documents","id":"documents"},
|
||||
{"name":"Resources","id":"resources"},
|
||||
{"name":"FAQ","id":"faq"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -103,7 +101,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<FooterBaseCard
|
||||
logoText="DOJ Portal"
|
||||
columns={[
|
||||
{"title":"Navigation","items":[{"label":"About","href":"#about"},{"label":"Documents","href":"#documents"},{"label":"Resources","href":"#resources"}]},
|
||||
{"title":"Navigation","items":[{"label":"Home","href":"/"},{"label":"About","href":"#about"},{"label":"Documents","href":"#documents"}]},
|
||||
{"title":"Information","items":[{"label":"FAQ","href":"#faq"},{"label":"Contact","href":"#contact"},{"label":"Accessibility","href":"#"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Use","href":"#"},{"label":"Disclaimer","href":"#"}]}
|
||||
]}
|
||||
@@ -137,10 +135,8 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Documents","id":"documents"},
|
||||
{"name":"Resources","id":"resources"},
|
||||
{"name":"FAQ","id":"faq"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -160,7 +156,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<FooterBaseCard
|
||||
logoText="DOJ Portal"
|
||||
columns={[
|
||||
{"title":"Navigation","items":[{"label":"About","href":"#about"},{"label":"Documents","href":"#documents"},{"label":"Resources","href":"#resources"}]},
|
||||
{"title":"Navigation","items":[{"label":"Home","href":"/"},{"label":"About","href":"#about"},{"label":"Documents","href":"#documents"}]},
|
||||
{"title":"Information","items":[{"label":"FAQ","href":"#faq"},{"label":"Contact","href":"#contact"},{"label":"Accessibility","href":"#"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Use","href":"#"},{"label":"Disclaimer","href":"#"}]}
|
||||
]}
|
||||
@@ -193,10 +189,8 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Documents","id":"documents"},
|
||||
{"name":"Resources","id":"resources"},
|
||||
{"name":"FAQ","id":"faq"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -241,7 +235,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<FooterBaseCard
|
||||
logoText="DOJ Portal"
|
||||
columns={[
|
||||
{"title":"Navigation","items":[{"label":"About","href":"#about"},{"label":"Documents","href":"#documents"},{"label":"Resources","href":"#resources"}]},
|
||||
{"title":"Navigation","items":[{"label":"Home","href":"/"},{"label":"About","href":"#about"},{"label":"Documents","href":"#documents"}]},
|
||||
{"title":"Information","items":[{"label":"FAQ","href":"#faq"},{"label":"Contact","href":"#contact"},{"label":"Accessibility","href":"#"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Use","href":"#"},{"label":"Disclaimer","href":"#"}]}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user