Merge version_1 into main #1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user