Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
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 FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
|||||||
title="How You Can Help"
|
title="How You Can Help"
|
||||||
description="There are many ways to support our mission and make a difference in the lives of rescued animals."
|
description="There are many ways to support our mission and make a difference in the lives of rescued animals."
|
||||||
tag="Get Involved"
|
tag="Get Involved"
|
||||||
tagIcon={Helping}
|
tagIcon={HeartHandshake}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user