Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -86,11 +86,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
brandName="Happy Paws Shelter"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Adopt","id":"featured"},
|
||||
{"name":"Process","id":"process"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"About","id":"/about"},
|
||||
{"name":"Adopt","id":"/#featured"},
|
||||
{"name":"Our Story","id":"/about"},
|
||||
{"name":"Process","id":"/#process"},
|
||||
{"name":"Contact","id":"/#contact"}
|
||||
]}
|
||||
button={{"text":"Cart","onClick":() => setCartOpen(true)}}
|
||||
/>
|
||||
@@ -101,7 +101,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Quick Links","items":[{"label":"Browse Pets","href":"#featured"},{"label":"Adoption Process","href":"#process"},{"label":"About Us","href":"#about"},{"label":"Contact","href":"#contact"}]},
|
||||
{"title":"Quick Links","items":[{"label":"Browse Pets","href":"/#featured"},{"label":"Adoption Process","href":"/#process"},{"label":"About Us","href":"/about"},{"label":"Contact","href":"/#contact"}]},
|
||||
{"title":"Support","items":[{"label":"Donate","href":"#"},{"label":"Volunteer","href":"#"},{"label":"Sponsor a Pet","href":"#"},{"label":"FAQ","href":"#"}]},
|
||||
{"title":"Connect","items":[{"label":"Facebook","href":"https://facebook.com"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"Contact Us","href":"mailto:info@happypaws.org"}]}
|
||||
]}
|
||||
@@ -134,11 +134,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
brandName="Happy Paws Shelter"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Adopt","id":"featured"},
|
||||
{"name":"Process","id":"process"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"About","id":"/about"},
|
||||
{"name":"Adopt","id":"/#featured"},
|
||||
{"name":"Our Story","id":"/about"},
|
||||
{"name":"Process","id":"/#process"},
|
||||
{"name":"Contact","id":"/#contact"}
|
||||
]}
|
||||
button={{"text":"Cart","onClick":() => setCartOpen(true)}}
|
||||
/>
|
||||
@@ -157,7 +157,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Quick Links","items":[{"label":"Browse Pets","href":"#featured"},{"label":"Adoption Process","href":"#process"},{"label":"About Us","href":"#about"},{"label":"Contact","href":"#contact"}]},
|
||||
{"title":"Quick Links","items":[{"label":"Browse Pets","href":"/#featured"},{"label":"Adoption Process","href":"/#process"},{"label":"About Us","href":"/about"},{"label":"Contact","href":"/#contact"}]},
|
||||
{"title":"Support","items":[{"label":"Donate","href":"#"},{"label":"Volunteer","href":"#"},{"label":"Sponsor a Pet","href":"#"},{"label":"FAQ","href":"#"}]},
|
||||
{"title":"Connect","items":[{"label":"Facebook","href":"https://facebook.com"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"Contact Us","href":"mailto:info@happypaws.org"}]}
|
||||
]}
|
||||
@@ -189,11 +189,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
brandName="Happy Paws Shelter"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Adopt","id":"featured"},
|
||||
{"name":"Process","id":"process"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"About","id":"/about"},
|
||||
{"name":"Adopt","id":"/#featured"},
|
||||
{"name":"Our Story","id":"/about"},
|
||||
{"name":"Process","id":"/#process"},
|
||||
{"name":"Contact","id":"/#contact"}
|
||||
]}
|
||||
button={{"text":"Cart","onClick":() => setCartOpen(true)}}
|
||||
/>
|
||||
@@ -237,7 +237,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Quick Links","items":[{"label":"Browse Pets","href":"#featured"},{"label":"Adoption Process","href":"#process"},{"label":"About Us","href":"#about"},{"label":"Contact","href":"#contact"}]},
|
||||
{"title":"Quick Links","items":[{"label":"Browse Pets","href":"/#featured"},{"label":"Adoption Process","href":"/#process"},{"label":"About Us","href":"/about"},{"label":"Contact","href":"/#contact"}]},
|
||||
{"title":"Support","items":[{"label":"Donate","href":"#"},{"label":"Volunteer","href":"#"},{"label":"Sponsor a Pet","href":"#"},{"label":"FAQ","href":"#"}]},
|
||||
{"title":"Connect","items":[{"label":"Facebook","href":"https://facebook.com"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"Contact Us","href":"mailto:info@happypaws.org"}]}
|
||||
]}
|
||||
@@ -248,4 +248,4 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user