Update src/app/page.tsx

This commit is contained in:
2026-01-22 17:10:06 +00:00
parent 10414196d0
commit 023c267c05

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -61,7 +61,7 @@ export default function PetShelterPage() {
description="For over 20 years, Happy Paws Shelter has been dedicated to rescuing, rehabilitating, and rehoming animals in need. Our mission is to provide a safe haven for abandoned and mistreated pets while connecting them with loving families."
tag="Our Story"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
bulletPoints={[
{
title: "Expert Care", description: "Our veterinary team provides comprehensive health care and behavioral support for every animal.", icon: Heart
@@ -111,7 +111,7 @@ export default function PetShelterPage() {
description="The real numbers behind our mission to save and rehome animals."
tag="Since 2004"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
metrics={[
{
id: "1", title: "Animals Rescued", subtitle: "Over the past 20 years", category: "Rescues", value: "4,500+"
@@ -163,7 +163,7 @@ export default function PetShelterPage() {
description="Real families, real love. Read how these adopters found their perfect companion."
tag="Happy Endings"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
testimonials={[
{
id: "1", name: "Sarah Martinez", role: "Dog Lover", company: "Max's New Family", rating: 5,
@@ -219,7 +219,7 @@ export default function PetShelterPage() {
<ContactSplitForm
title="Get In Touch"
description="Have questions about adoption, volunteering, or want to learn more about Happy Paws Shelter? We'd love to hear from you. Reach out today!"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },