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