From 05dc6506ddf80a829d8896c0e216f12875310784 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 14:22:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cefa652..44b5908 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Heart, Paw, Star, HeartHandshake, Smile, TrendingUp } from "lucide-react"; +import { Heart, Star, HeartHandshake, Smile, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -46,12 +46,12 @@ export default function LandingPage() { description="Welcome to Pawsitive Haven, where we provide shelter, care, and love to animals in need. Help us find forever homes for the pets waiting for their families." tag="Rescue & Rehoming" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Explore Adoptable Pets", href: "#featured" }, { text: "Learn More", href: "#about" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lwdj3n" imageAlt="happy dogs cats playing together shelter" showDimOverlay={true} @@ -62,11 +62,11 @@ export default function LandingPage() {
@@ -77,7 +77,7 @@ export default function LandingPage() { description="Meet some of our wonderful animals ready for adoption. Each one has a unique personality and story." tag="Available Now" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="slide-up" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -100,7 +100,7 @@ export default function LandingPage() { } ]} buttons={[{ text: "View Full Catalog", href: "#" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -110,7 +110,7 @@ export default function LandingPage() { description="Our comprehensive services ensure every animal receives the care they deserve." tag="Services" tagIcon={HeartHandshake} - tagAnimation="entrance-slide" + tagAnimation="slide-up" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -135,7 +135,7 @@ export default function LandingPage() { description="Hear from families who found their perfect companions at Pawsitive Haven." tag="Happy Endings" tagIcon={Smile} - tagAnimation="entrance-slide" + tagAnimation="slide-up" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -168,7 +168,7 @@ export default function LandingPage() { description="Track the difference we're making together in the lives of animals." tag="Impact Metrics" tagIcon={TrendingUp} - tagAnimation="entrance-slide" + tagAnimation="slide-up" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -193,7 +193,7 @@ export default function LandingPage() {