Update src/app/mission/page.tsx

This commit is contained in:
2026-02-13 12:12:37 +00:00
parent f2d0496faf
commit a92ce5a723

View File

@@ -38,13 +38,13 @@ export default function MissionPage() {
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay brandName="Paws & Hearts" navItems={navItems} button={{ text: "Adopt Now", href: "/adopt" }} />
<NavbarLayoutFloatingOverlay brandName="Golden Paws" navItems={navItems} button={{ text: "Adopt Now", href: "/adopt" }} />
</div>
<div id="mission-hero" data-section="mission-hero">
<MediaAbout
title="Our Mission to Save Every Life"
description="At Paws & Hearts, we believe every animal deserves a second chance. Since 2010, we have provided medical care, love, and shelter to thousands of abandoned pets, ensuring they find the perfect family."
description="At Golden Paws, we believe every animal deserves a second chance. Since 2010, we have provided medical care, love, and shelter to thousands of abandoned pets, ensuring they find the perfect family."
tag="Who We Are"
tagIcon={Heart}
imageSrc="https://img.b2bpic.net/free-photo/hipster-woman-smile-enjoy-playing-with-her-puppy-summer-field-vintage-tone-filter_1150-1188.jpg"
@@ -84,8 +84,8 @@ export default function MissionPage() {
</div>
<div id="footer" data-section="footer">
<FooterBaseCard logoText="Paws & Hearts" columns={footerColumns} copyrightText="© 2025 | Paws & Hearts Animal Shelter" />
<FooterBaseCard logoText="Golden Paws" columns={footerColumns} copyrightText="© 2025 | Golden Paws Animal Shelter" />
</div>
</ThemeProvider>
);
}
}