Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-20 11:47:51 +00:00

View File

@@ -17,7 +17,17 @@ export default function ContactPage() {
];
const themeProps = {
defaultButtonVariant: "directional-hover", defaultTextAnimation: "entrance-slide", borderRadius: "soft", contentWidth: "mediumSmall", sizing: "largeSizeMediumTitles", background: "grid", cardStyle: "layered-gradient", primaryButtonStyle: "radial-glow", secondaryButtonStyle: "solid", headingFontWeight: "extrabold"};
defaultButtonVariant: "directional-hover" as const,
defaultTextAnimation: "entrance-slide" as const,
borderRadius: "soft" as const,
contentWidth: "mediumSmall" as const,
sizing: "largeSizeMediumTitles" as const,
background: "grid" as const,
cardStyle: "layered-gradient" as const,
primaryButtonStyle: "radial-glow" as const,
secondaryButtonStyle: "solid" as const,
headingFontWeight: "extrabold" as const
};
return (
<ThemeProvider {...themeProps}>
@@ -34,7 +44,6 @@ export default function ContactPage() {
<TextAbout
tag="Our Mission"
title="Connecting Loving Hearts with Paws in Need"
description="At Paws & Hope, we are dedicated to rescuing, rehabilitating, and rehoming abandoned, neglected, and abused animals. We believe every creature deserves compassion, care, and a forever family."
buttons={[
{
text: "Learn More About Us", href: "/about"
@@ -49,6 +58,7 @@ export default function ContactPage() {
title="Partners & Supporters"
description="We are grateful for the support of these incredible organizations who help us make a difference in the lives of animals."
tag="Our Community"
names={[]}
logos={[
"https://pixabay.com/get/g196337731dd8791b0de381f167cccb7f74e602eb7665cf32daa15a94b6ec92ef893d7fa8f3499e15379df436e8e08c8e475ff02bd944c441b3532b1f385a52dd_1280.jpg", "https://pixabay.com/get/g42a66ee911d07dc408455dc8312eb0cb2d0a8a0150bc89cb108e1c6bbca710a38735da59a28e9b816b144295a97f4c82e91c7d12ffa6f6ebeded7adf09c5e6c8_1280.jpg", "https://pixabay.com/get/g754361e0856c67f8e396a73914ec3564fa667e2090d9f4cb21c24f6819df0e4d09058569687a7acf34f6b173d02ab615d4fb8a2f57787067949ec3297ec43ea9_1280.jpg", "https://pixabay.com/get/gc720218a8ebaa8accbed4f5b0adc9f4a9d735d5040660d21b59e42e06d49c115afbbfbb8787787e56e81a1995243009b_1280.jpg", "https://pixabay.com/get/g28a4210178c012698cb1c0818c810101617f2478681f7f883b63a6b453db3a5b5c80bceda18ef2ce6f28bdef56d7f8ed3b6cadb61053bb80e48cfba563a1e80e_1280.jpg", "https://pixabay.com/get/gddcc8a7bb9bfe2b1498601f50c147011355c53c5bae70aea99f29f6a0a97ca66b6da445fd694260d021ab97f883a6d685c7d6e17f9b964e3ea93c5cfa2ce83d1_1280.jpg", "https://pixabay.com/get/g03f3826479bf6a4b2b0d924f8c39a4ab53f844367f99647cf8b76317963edc6cebe3f9e43d99a10f4706d42c654b6cb253639b1c4297e7ecb9c77015e811b99b_1280.jpg"
]}