Update src/app/page.tsx

This commit is contained in:
2026-02-13 12:12:38 +00:00
parent a92ce5a723
commit 7fab3064ec

View File

@@ -42,7 +42,7 @@ export default function HomePage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Paws & Hearts"
brandName="Golden Paws"
navItems={navItems}
button={{ text: "Adopt Now", href: "/adopt" }}
/>
@@ -50,7 +50,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroSignup
title="Finding Forever Homes for Every Paw"
title="Finding Forever Homes for Every Golden Paw"
description="Join our community of animal lovers. Sign up to get updates on new arrivals, adoption events, and ways you can help rescue animals in need."
tag="Rescue. Rehabilitate. Rehome."
tagIcon={Sparkles}
@@ -63,7 +63,7 @@ export default function HomePage() {
<div id="mission" data-section="mission">
<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."
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."
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"
@@ -139,11 +139,11 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Paws & Hearts"
logoText="Golden Paws"
columns={footerColumns}
copyrightText="© 2025 | Paws & Hearts Animal Shelter"
copyrightText="© 2025 | Golden Paws Animal Shelter"
/>
</div>
</ThemeProvider>
);
}
}