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

This commit is contained in:
2026-02-13 14:36:21 +00:00
parent 29f6b1c49a
commit b5acda7834

View File

@@ -81,16 +81,15 @@ export default function ProductPage({ params }: ProductPageProps) {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Adopt", id: "/adopt" },
{ name: "Volunteer", id: "/volunteer" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "FAQ", id: "/faq" },
{ name: "Shop", id: "/shop" },
{ name: "About", id: "/#about" },
{ name: "Adopt", id: "/#adopt" },
{ name: "Volunteer", id: "/#features" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
]}
brandName="Paw Haven"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -102,9 +101,9 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Adopt", href: "#adopt" }, { label: "Volunteer", href: "#features" }] },
{ title: "About Us", items: [{ label: "Our Mission", href: "#about" }, { label: "Team", href: "#about" }, { label: "Impact", href: "#about" }] },
{ title: "Support", items: [{ label: "Donate", href: "#contact" }, { label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] }
{ title: "Quick Links", items: [{ label: "Home", href: "/#hero" }, { label: "Adopt", href: "/#adopt" }, { label: "Volunteer", href: "/#features" }] },
{ title: "About Us", items: [{ label: "Our Mission", href: "/#about" }, { label: "Team", href: "/#about" }, { label: "Impact", href: "/#about" }] },
{ title: "Support", items: [{ label: "Donate", href: "/#contact" }, { label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" }] }
]}
bottomLeftText="© 2024 Paw Haven. All rights reserved."
bottomRightText="Built with Love for Animals."
@@ -130,16 +129,15 @@ export default function ProductPage({ params }: ProductPageProps) {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Adopt", id: "/adopt" },
{ name: "Volunteer", id: "/volunteer" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "FAQ", id: "/faq" },
{ name: "Shop", id: "/shop" },
{ name: "About", id: "/#about" },
{ name: "Adopt", id: "/#adopt" },
{ name: "Volunteer", id: "/#features" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
]}
brandName="Paw Haven"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -159,9 +157,9 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Adopt", href: "#adopt" }, { label: "Volunteer", href: "#features" }] },
{ title: "About Us", items: [{ label: "Our Mission", href: "#about" }, { label: "Team", href: "#about" }, { label: "Impact", href: "#about" }] },
{ title: "Support", items: [{ label: "Donate", href: "#contact" }, { label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] }
{ title: "Quick Links", items: [{ label: "Home", href: "/#hero" }, { label: "Adopt", href: "/#adopt" }, { label: "Volunteer", href: "/#features" }] },
{ title: "About Us", items: [{ label: "Our Mission", href: "/#about" }, { label: "Team", href: "/#about" }, { label: "Impact", href: "/#about" }] },
{ title: "Support", items: [{ label: "Donate", href: "/#contact" }, { label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" }] }
]}
bottomLeftText="© 2024 Paw Haven. All rights reserved."
bottomRightText="Built with Love for Animals."
@@ -186,16 +184,15 @@ export default function ProductPage({ params }: ProductPageProps) {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Adopt", id: "/adopt" },
{ name: "Volunteer", id: "/volunteer" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "FAQ", id: "/faq" },
{ name: "Shop", id: "/shop" },
{ name: "About", id: "/#about" },
{ name: "Adopt", id: "/#adopt" },
{ name: "Volunteer", id: "/#features" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
]}
brandName="Paw Haven"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -240,9 +237,9 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Adopt", href: "#adopt" }, { label: "Volunteer", href: "#features" }] },
{ title: "About Us", items: [{ label: "Our Mission", href: "#about" }, { label: "Team", href: "#about" }, { label: "Impact", href: "#about" }] },
{ title: "Support", items: [{ label: "Donate", href: "#contact" }, { label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] }
{ title: "Quick Links", items: [{ label: "Home", href: "/#hero" }, { label: "Adopt", href: "/#adopt" }, { label: "Volunteer", href: "/#features" }] },
{ title: "About Us", items: [{ label: "Our Mission", href: "/#about" }, { label: "Team", href: "/#about" }, { label: "Impact", href: "/#about" }] },
{ title: "Support", items: [{ label: "Donate", href: "/#contact" }, { label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" }] }
]}
bottomLeftText="© 2024 Paw Haven. All rights reserved."
bottomRightText="Built with Love for Animals."