diff --git a/src/app/page.tsx b/src/app/page.tsx index 53705d7..abc8c22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Heart, Home, DollarSign } from "lucide-react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -29,27 +30,11 @@ export default function LandingPage() { @@ -59,20 +44,12 @@ export default function LandingPage() { logoText="Every Pet Deserves a Forever Home" description="Welcome to Paws & Hope. We are dedicated to rescuing, rehabilitating, and finding loving families for pets in need. Join our community of animal lovers today." buttons={[ - { - text: "Adopt Today", - href: "/pets", - }, - { - text: "Donate Now", - href: "#", - }, + { text: "Adopt Today", href: "#" }, + { text: "Donate Now", href: "#" }, ]} slides={[ { - imageSrc: "https://pixabay.com/get/gb41c3ae2955c02729203538b3a118ea21e77683c3ccbd49b6d08fa8cd0d73ab5ccff37205a90e268168ed7500a0fef941c5a864bc91cc9f82e166b30907b17f2_1280.jpg?_wi=1", - imageAlt: "Happy rescue dog looking forward", - }, + imageSrc: "https://pixabay.com/get/gb41c3ae2955c02729203538b3a118ea21e77683c3ccbd49b6d08fa8cd0d73ab5ccff37205a90e268168ed7500a0fef941c5a864bc91cc9f82e166b30907b17f2_1280.jpg", imageAlt: "Happy rescue dog looking forward"}, ]} /> @@ -81,25 +58,12 @@ export default function LandingPage() { @@ -108,28 +72,13 @@ export default function LandingPage() { @@ -137,46 +86,14 @@ export default function LandingPage() { @@ -184,53 +101,31 @@ export default function LandingPage() {