Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -95,6 +95,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Projects","id":"projects"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Skills","id":"skills"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
@@ -109,7 +110,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{"title":"Navigation","items":[{"label":"About","href":"#about"},{"label":"Projects","href":"#projects"},{"label":"Skills","href":"#skills"},{"label":"Contact","href":"#contact"}]},
|
||||
{"title":"Navigation","items":[{"label":"About","href":"#about"},{"label":"Projects","href":"#projects"},{"label":"Team","href":"#team"},{"label":"Skills","href":"#skills"},{"label":"Contact","href":"#contact"}]},
|
||||
{"title":"Social","items":[{"label":"LinkedIn","href":"https://linkedin.com"},{"label":"GitHub","href":"https://github.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"Portfolio","href":"https://portfolio.com"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Cookie Policy","href":"#"}]}
|
||||
]}
|
||||
@@ -142,6 +143,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Projects","id":"projects"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Skills","id":"skills"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
@@ -164,7 +166,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{"title":"Navigation","items":[{"label":"About","href":"#about"},{"label":"Projects","href":"#projects"},{"label":"Skills","href":"#skills"},{"label":"Contact","href":"#contact"}]},
|
||||
{"title":"Navigation","items":[{"label":"About","href":"#about"},{"label":"Projects","href":"#projects"},{"label":"Team","href":"#team"},{"label":"Skills","href":"#skills"},{"label":"Contact","href":"#contact"}]},
|
||||
{"title":"Social","items":[{"label":"LinkedIn","href":"https://linkedin.com"},{"label":"GitHub","href":"https://github.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"Portfolio","href":"https://portfolio.com"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Cookie Policy","href":"#"}]}
|
||||
]}
|
||||
@@ -196,6 +198,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Projects","id":"projects"},
|
||||
{"name":"Team","id":"team"},
|
||||
{"name":"Skills","id":"skills"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
@@ -243,7 +246,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{"title":"Navigation","items":[{"label":"About","href":"#about"},{"label":"Projects","href":"#projects"},{"label":"Skills","href":"#skills"},{"label":"Contact","href":"#contact"}]},
|
||||
{"title":"Navigation","items":[{"label":"About","href":"#about"},{"label":"Projects","href":"#projects"},{"label":"Team","href":"#team"},{"label":"Skills","href":"#skills"},{"label":"Contact","href":"#contact"}]},
|
||||
{"title":"Social","items":[{"label":"LinkedIn","href":"https://linkedin.com"},{"label":"GitHub","href":"https://github.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"Portfolio","href":"https://portfolio.com"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Cookie Policy","href":"#"}]}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user