Update src/app/contact/page.tsx

This commit is contained in:
2026-02-12 13:40:35 +00:00
parent 2895306e82
commit f3d00187a0

View File

@@ -13,28 +13,27 @@ export default function ContactPage() {
{ 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" }
]
@@ -74,7 +73,7 @@ export default function ContactPage() {
termsText="By providing your email, you agree to receive updates on our impact and how you can further help."
mediaPosition="right"
imageSrc="https://img.b2bpic.net/free-photo/close-up-farmer-spending-time-with-dog_23-2149140383.jpg"
imageAlt="close-up farmer spending time with dog"
imageAlt="Volunteer petting a dog at the shelter"
background={{ variant: "plain" }}
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -87,8 +86,7 @@ export default function ContactPage() {
<TextSplitAbout
title="Why Your Support Matters"
description={[
"At Paws & Hearts, your contribution directly impacts the lives of animals. From medical care to food and shelter, every bit helps us provide a brighter future for our residents.",
"Join our community of compassionate individuals dedicated to making a difference. Together, we can rescue more, heal more, and rehome more."
"At Paws & Hearts, your contribution directly impacts the lives of animals. From medical care to food and shelter, every bit helps us provide a brighter future for our residents.", "Join our community of compassionate individuals dedicated to making a difference. Together, we can rescue more, heal more, and rehome more."
]}
buttons={[{ text: "Donate Today", href: "/contact" }]}
showBorder={true}