Update src/app/about/page.tsx

This commit is contained in:
2026-03-14 04:41:28 +00:00
parent d29c37e93f
commit b2f8a09408

View File

@@ -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: [],
},