Update src/app/shop/page.tsx

This commit is contained in:
2026-02-19 11:18:41 +00:00
parent dac537d0d4
commit bc92f3635c

View File

@@ -60,11 +60,11 @@ export default function ShopPage() {
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "Adopt", id: "/adopt" },
{ name: "About", id: "/about" },
{ name: "Impact", id: "/impact" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
{ name: "Adopt", id: "/#adopt" },
{ name: "About", id: "/#about" },
{ name: "Impact", id: "/#impact" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Pawsome Shelter"
@@ -80,9 +80,9 @@ export default function ShopPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{ title: "About Us", items: [{ label: "Our Mission", href: "#about" }, { label: "Success Stories", href: "#testimonials" }] },
{ title: "Get Involved", items: [{ label: "Adopt a Pet", href: "#adopt" }, { label: "Donate", href: "#contact" }, { label: "Volunteer", href: "#contact" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }] }
{ title: "About Us", items: [{ label: "Our Mission", href: "/#about" }, { label: "Success Stories", href: "/#testimonials" }] },
{ title: "Get Involved", items: [{ label: "Adopt a Pet", href: "/#adopt" }, { label: "Donate", href: "/#contact" }, { label: "Volunteer", href: "/#contact" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact Us", href: "/#contact" }] }
]}
copyrightText="© 2024 Pawsome Shelter. All rights reserved."
onPrivacyClick={() => console.log('Privacy Policy clicked')}
@@ -111,11 +111,11 @@ export default function ShopPage() {
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "Adopt", id: "/adopt" },
{ name: "About", id: "/about" },
{ name: "Impact", id: "/impact" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
{ name: "Adopt", id: "/#adopt" },
{ name: "About", id: "/#about" },
{ name: "Impact", id: "/#impact" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Pawsome Shelter"
@@ -152,9 +152,9 @@ export default function ShopPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{ title: "About Us", items: [{ label: "Our Mission", href: "#about" }, { label: "Success Stories", href: "#testimonials" }] },
{ title: "Get Involved", items: [{ label: "Adopt a Pet", href: "#adopt" }, { label: "Donate", href: "#contact" }, { label: "Volunteer", href: "#contact" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }] }
{ title: "About Us", items: [{ label: "Our Mission", href: "/#about" }, { label: "Success Stories", href: "/#testimonials" }] },
{ title: "Get Involved", items: [{ label: "Adopt a Pet", href: "/#adopt" }, { label: "Donate", href: "/#contact" }, { label: "Volunteer", href: "/#contact" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact Us", href: "/#contact" }] }
]}
copyrightText="© 2024 Pawsome Shelter. All rights reserved."
onPrivacyClick={() => console.log('Privacy Policy clicked')}