Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Heart, Paw } from "lucide-react";
|
||||
import { Heart } from "lucide-react";
|
||||
|
||||
export default function PawsHomePage() {
|
||||
return (
|
||||
@@ -46,7 +46,7 @@ export default function PawsHomePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="PawsHome"
|
||||
description="Give a loving animal a second chance at happiness. Find your perfect furry, feathered, or fuzzy companion at our shelter."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Browse Animals", href: "#featured" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
@@ -81,7 +81,7 @@ export default function PawsHomePage() {
|
||||
description="Each animal in our care is waiting for their forever family. Get to know our current residents and find your perfect match."
|
||||
tag="Available for Adoption"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -108,8 +108,8 @@ export default function PawsHomePage() {
|
||||
title="How Adoption Works"
|
||||
description="Our adoption process is simple and designed to ensure the best match between animals and families."
|
||||
tag="4 Easy Steps"
|
||||
tagIcon={Paw}
|
||||
tagAnimation="entrance-slide"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
@@ -152,8 +152,8 @@ export default function PawsHomePage() {
|
||||
src: "https://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Family member"
|
||||
}
|
||||
]}
|
||||
ratingAnimation="entrance-slide"
|
||||
avatarsAnimation="entrance-slide"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,7 +162,7 @@ export default function PawsHomePage() {
|
||||
<MetricCardFourteen
|
||||
title="Our Impact in Numbers"
|
||||
tag="2024 Stats"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "2,847", description: "Animals rescued and rehomed this year, giving them second chances at happiness."
|
||||
@@ -177,7 +177,7 @@ export default function PawsHomePage() {
|
||||
id: "4", value: "$5.2M", description: "Total resources invested in animal care, medical treatment, and facility operations."
|
||||
}
|
||||
]}
|
||||
metricsAnimation="entrance-slide"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user