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: [], }, diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 639ac47..93d9fc9 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -1,6 +1,7 @@ "use client"; import Link from "next/link"; +import { Camera } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; @@ -69,7 +70,7 @@ export default function GalleryPage() { title="Happy Pets in Action" description="See our clients living their best lives with The Paw Society care. Every moment captures the joy of trusted, loving pet care." tag="Photo Gallery" - tagIcon="Camera" + tagIcon={Camera} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -83,7 +84,7 @@ export default function GalleryPage() { price: "Group Care", rating: 5, reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34677.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34677.jpg", imageAlt: "Happy dogs playing together", }, { @@ -113,7 +114,7 @@ export default function GalleryPage() { price: "Comfort", rating: 5, reviewCount: "102+", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-with-cat-home_23-2150557981.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-with-cat-home_23-2150557981.jpg", imageAlt: "Dog relaxing comfortably", }, ]}