From ae5fb3100a277a5bf9622d8d3d7196269b3ed85d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 11:42:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 006d2b0..c71f058 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,31 +16,31 @@ export default function HomePage() { { name: "Home", id: "/" }, { name: "Adopt", id: "/adopt" }, { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" } + { name: "Contact", id: "/contact" }, + { name: "Donate", id: "/donate" }, + { name: "Shop", id: "/shop" }, + { name: "Blog", id: "/blog" } ]; const navButton = { text: "Donate", href: "/donate" }; const footerColumns = [ { - title: "About Us", - items: [ + title: "About Us", items: [ { label: "Our Mission", href: "/about" }, { label: "Meet the Team", href: "/about" }, { label: "Impact Report", href: "/about" } ] }, { - title: "Get Involved", - items: [ + title: "Get Involved", items: [ { label: "Adopt a Pet", href: "/adopt" }, { label: "Volunteer", href: "/contact" }, { label: "Foster a Pet", href: "/contact" } ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "FAQs", href: "/contact" }, { label: "Pet Care Tips", href: "/" }, { label: "Contact Us", href: "/contact" } @@ -172,13 +172,7 @@ export default function HomePage() { title="Our Valued Community Partners" description="We're grateful for the support of these organizations who help us make a difference." logos={[ - "https://img.b2bpic.net/free-vector/collection-colorful-pet-shop-stickers_23-2147569707.jpg", - "https://img.b2bpic.net/free-vector/veterinary-clinic-labels-collection_23-2149714004.jpg", - "https://img.b2bpic.net/free-psd/pets-template-design_23-2151517542.jpg", - "https://img.b2bpic.net/free-vector/veterinary-logo-collection_1346-55.jpg", - "https://img.b2bpic.net/free-vector/veterinary-clinic-logo-templates_23-2147536016.jpg", - "https://img.b2bpic.net/free-vector/vintage-cruelty-free-logo_23-2149452211.jpg", - "https://img.b2bpic.net/free-vector/logo-with-pet-design_1363-32.jpg" + "https://img.b2bpic.net/free-vector/collection-colorful-pet-shop-stickers_23-2147569707.jpg", "https://img.b2bpic.net/free-vector/veterinary-clinic-labels-collection_23-2149714004.jpg", "https://img.b2bpic.net/free-psd/pets-template-design_23-2151517542.jpg", "https://img.b2bpic.net/free-vector/veterinary-logo-collection_1346-55.jpg", "https://img.b2bpic.net/free-vector/veterinary-clinic-logo-templates_23-2147536016.jpg", "https://img.b2bpic.net/free-vector/vintage-cruelty-free-logo_23-2149452211.jpg", "https://img.b2bpic.net/free-vector/logo-with-pet-design_1363-32.jpg" ]} speed={40} showCard={true}