Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
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."
|
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"
|
tag="Our Story"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Expert Care", description: "Our veterinary team provides comprehensive health care and behavioral support for every animal.", icon: Heart
|
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."
|
description="The real numbers behind our mission to save and rehome animals."
|
||||||
tag="Since 2004"
|
tag="Since 2004"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Animals Rescued", subtitle: "Over the past 20 years", category: "Rescues", value: "4,500+"
|
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."
|
description="Real families, real love. Read how these adopters found their perfect companion."
|
||||||
tag="Happy Endings"
|
tag="Happy Endings"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Martinez", role: "Dog Lover", company: "Max's New Family", rating: 5,
|
id: "1", name: "Sarah Martinez", role: "Dog Lover", company: "Max's New Family", rating: 5,
|
||||||
@@ -219,7 +219,7 @@ export default function PetShelterPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Get In Touch"
|
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!"
|
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={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||||
|
|||||||
Reference in New Issue
Block a user