diff --git a/src/app/page.tsx b/src/app/page.tsx index dbe1d3d..6ab349e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Heart, Paw, Sparkles, HeartHandshake, BarChart3, PawPrint, Home, Users, Mail } from "lucide-react"; +import { Heart, PawPrint, Sparkles, HeartHandshake, BarChart3, Home, Users, Mail } from "lucide-react"; export default function HomePage() { return ( @@ -37,8 +37,7 @@ export default function HomePage() { { name: "Donate", id: "donate" } ]} button={{ - text: "Adopt Today", - href: "#pets" + text: "Adopt Today", href: "#pets" }} /> @@ -52,12 +51,10 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "https://img.b2bpic.net/free-photo/happy-dog-family-background_329181-20460.jpg", - imageAlt: "Happy family with adopted pets" + imageSrc: "https://img.b2bpic.net/free-photo/happy-dog-family-background_329181-20460.jpg", imageAlt: "Happy family with adopted pets" }, { - imageSrc: "https://img.b2bpic.net/free-photo/smiley-woman-playing-with-cute-dog-up-adoption_23-2148682991.jpg", - imageAlt: "Dedicated shelter staff caring for animals" + imageSrc: "https://img.b2bpic.net/free-photo/smiley-woman-playing-with-cute-dog-up-adoption_23-2148682991.jpg", imageAlt: "Dedicated shelter staff caring for animals" } ]} rating={5} @@ -73,7 +70,7 @@ export default function HomePage() {