Update src/app/page.tsx

This commit is contained in:
2026-02-11 15:38:38 +00:00
parent 37932c38f1
commit b6b5e6debd

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
@@ -11,7 +11,7 @@ import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Heart, PawPrint, Home, Users, Award, Helping } from "lucide-react";
import { Heart, PawPrint, Home, Users, Award, HeartHandshake } from "lucide-react";
export default function LandingPage() {
return (
@@ -201,7 +201,7 @@ export default function LandingPage() {
title="How You Can Help"
description="There are many ways to support our mission and make a difference in the lives of rescued animals."
tag="Get Involved"
tagIcon={Helping}
tagIcon={HeartHandshake}
features={[
{
id: 1,