From aae4a8c3b7cf6ac5629879f70375847093fa2d0e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:33:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c90652..bfe22a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { Heart, Home, Paw, Mail, Star } from "lucide-react"; +import { Heart, Home, Mail, Star, PawPrint } from "lucide-react"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import TextAbout from "@/components/sections/about/TextAbout"; @@ -91,7 +91,7 @@ export default function LandingPage() { title="Available Pets" description="Meet the wonderful animals waiting for their forever homes. Each pet has a unique personality and lots of love to give." tag="Ready for Adoption" - tagIcon={Paw} + tagIcon={PawPrint} tagAnimation="slide-up" buttons={[{ text: "View All", href: "#" }]} buttonAnimation="slide-up" -- 2.49.1