diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d6723a..dcd4d11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,28 +17,27 @@ export default function HomePage() { { name: "Adopt", id: "/adopt" }, { name: "About Us", id: "/about" }, { name: "Contact", id: "/contact" }, + { name: "Blog", id: "/blog" }, + { name: "Shop", id: "/shop" }, ]; const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "Adopt", href: "/adopt" }, { label: "About Us", href: "/about" } ] }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Volunteer", href: "/contact" }, { label: "Donate", href: "/contact" }, { label: "Foster", href: "/contact" } ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "/contact" } ] @@ -78,13 +77,12 @@ export default function HomePage() { { text: "Volunteer", href: "/contact" } ]} mediaItems={[ - { imageSrc: "https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg", imageAlt: "happy dog friendly cat pet shelter animal love" }, - { imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-woman-cuddling-her-friendly-dog_23-2147840629.jpg", imageAlt: "cute puppy playful kitten adorable pets animal care" } + { imageSrc: "https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg", imageAlt: "Happy dog and cat together" }, + { imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-woman-cuddling-her-friendly-dog_23-2147840629.jpg", imageAlt: "Cute puppy and kitten playing" } ]} rating={5} ratingText="Trusted by our Community" background={{ variant: "plain" }} - useInvertedBackground={false} mediaAnimation="slide-up" tagAnimation="slide-up" buttonAnimation="slide-up" @@ -95,8 +93,7 @@ export default function HomePage() {