Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-19 01:38:47 +00:00
parent 3fb0d4a38a
commit b7f10dec16

View File

@@ -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":"#"}]}
]}