diff --git a/src/app/page.tsx b/src/app/page.tsx
index d76270f..93f825f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
-import { Heart, Paw } from "lucide-react";
+import { Heart } from "lucide-react";
export default function PawsHomePage() {
return (
@@ -46,7 +46,7 @@ export default function PawsHomePage() {
@@ -162,7 +162,7 @@ export default function PawsHomePage() {