diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2664fa0..40639cc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,6 +1,7 @@ "use client"; import Link from "next/link"; +import { Users } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; @@ -87,7 +88,7 @@ export default function AboutPage() { title="Meet Our Care Team" description="Each caregiver is certified, background-checked, and passionate about creating a safe, loving experience for every pet." tag="Professional Caregivers" - tagIcon="Users" + tagIcon={Users} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -108,7 +109,7 @@ export default function AboutPage() { name: "Marcus Johnson", role: "Dog Walking Specialist", description: "Passionate about active pets. Expert in high-energy dog management and behavioral training.", - imageSrc: "http://img.b2bpic.net/free-photo/adorable-dog-park-nature-with-owner_23-2150407402.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/adorable-dog-park-nature-with-owner_23-2150407402.jpg", imageAlt: "Marcus Johnson", socialLinks: [], }, @@ -117,7 +118,7 @@ export default function AboutPage() { name: "Lisa Rodriguez", role: "Pet Sitter", description: "Gentle care specialist. Experience with senior pets, anxious animals, and special needs.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-with-cat-home_23-2150558015.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-with-cat-home_23-2150558015.jpg", imageAlt: "Lisa Rodriguez", socialLinks: [], },