Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 15:33:11 +00:00

View File

@@ -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"