From 3b005e4b47277e01c116af3cc2da45167e7f043d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 11:29:35 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4ce24ef..82d6340 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Heart, Home, Users } from "lucide-react"; +import { Heart, Home, Users, PawPrint, HeartHandshake } from "lucide-react"; export default function LandingPage() { return ( @@ -78,7 +78,7 @@ export default function LandingPage() { icon: Home, }, ]} - imageSrc="https://pixabay.com/get/gb68ba9211d251bae3cf7ef03ace5369aec34e05a8c5707d47c4009d6d5074f8a091bd46abc5cc49eabf0b5b5831d0b4d15b8ea590182ba284299bca2a5d80f90_1280.jpg?_wi=2" + imageSrc="https://pixabay.com/get/gb68ba9211d251bae3cf7ef03ace5369aec34e05a8c5707d47c4009d6d5074f8a091bd46abc5cc49eabf0b5b5831d0b4d15b8ea590182ba284299bca2a5d80f90_1280.jpg" imageAlt="shelter staff with happy pets" mediaAnimation="blur-reveal" /> @@ -161,7 +161,7 @@ export default function LandingPage() { handle: "@HappyMaxHome", testimonial: "Adopting Max from PawHaven was the best decision! He's brought so much joy and energy into our lives. The staff made the process so easy and supportive.", rating: 5, - imageSrc: "https://pixabay.com/get/ge1c9468a750fe0506f4df5649092045458604095cbc370121f79058e64ded3e9dcd6c53d4b6b8ad10015fef3bfa12992e64f060007fcbd5394f33faa34789e26_1280.jpg?_wi=3", + imageSrc: "https://pixabay.com/get/ge1c9468a750fe0506f4df5649092045458604095cbc370121f79058e64ded3e9dcd6c53d4b6b8ad10015fef3bfa12992e64f060007fcbd5394f33faa34789e26_1280.jpg", imageAlt: "person smiling pet owner", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { handle: "@RodriguezPaws", testimonial: "We welcomed Luna into our family, and she's just perfect. She's gentle with our kids and loves her new backyard. Thank you, PawHaven, for everything!", rating: 5, - imageSrc: "https://pixabay.com/get/gbf1bd7cbc563592730ad3cbcdb8b2670576a1421ad7e504a84accd0a7939dc589a777ca967bd289a7540487bda842949d538d0f6af99aed15f46d534ee3b41d1_1280.jpg?_wi=2", + imageSrc: "https://pixabay.com/get/gbf1bd7cbc563592730ad3cbcdb8b2670576a1421ad7e504a84accd0a7939dc589a777ca967bd289a7540487bda842949d538d0f6af99aed15f46d534ee3b41d1_1280.jpg", imageAlt: "family with new pet portrait", }, { @@ -179,7 +179,7 @@ export default function LandingPage() { handle: "@SophiaKCares", testimonial: "Milo, my new companion, is amazing. PawHaven’s commitment to their animals is truly inspiring. I couldn't be happier with my furry friend.", rating: 5, - imageSrc: "https://pixabay.com/get/gdd1c4b5cbedbb0960eb33931cbab00f3cca14d0969b937f844056ec6578c6b5ec36bd5a2a3b01a7aeea210173275e407de54b437740e0de7abef1f429be9ad27_1280.jpg?_wi=2", + imageSrc: "https://pixabay.com/get/gdd1c4b5cbedbb0960eb33931cbab00f3cca14d0969b937f844056ec6578c6b5ec36bd5a2a3b01a7aeea210173275e407de54b437740e0de7abef1f429be9ad27_1280.jpg", imageAlt: "senior woman petting dog adoption", }, { @@ -188,7 +188,7 @@ export default function LandingPage() { handle: "@MichaelBHappens", testimonial: "My new dog, Rocky, is fantastic! He's learning quickly and has settled right in. The pre-adoption support was invaluable.", rating: 4, - imageSrc: "https://pixabay.com/get/g0cefc26ba4cfa6abad1c21f6194f78ef20cbba7c31bcf694c23773ebd99b264effee0d2e13e2de1e1288af75a330d9a7483b2b81cf35e5e63b47417847225129_1280.jpg?_wi=2", + imageSrc: "https://pixabay.com/get/g0cefc26ba4cfa6abad1c21f6194f78ef20cbba7c31bcf694c23773ebd99b264effee0d2e13e2de1e1288af75a330d9a7483b2b81cf35e5e63b47417847225129_1280.jpg", imageAlt: "dog owner smiling portrait", }, ]} -- 2.49.1 From bdf4b9437faf17b934e08ab5e36901029d2741cf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 11:29:36 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad4e5ed..ddc48a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Calendar, Clock, DollarSign, Heart, Home, Users } from "lucide-react"; +import { Calendar, Clock, DollarSign, Heart, Home, Users, PawPrint, Brush, Syringe, Bone, Hospital, Bed } from "lucide-react"; export default function LandingPage() { return ( @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@HappyPaws", testimonial: "Adopting Luna from PawHaven was the best decision! She's brought so much joy into our lives. The process was smooth and supportive.", rating: 5, - imageSrc: "https://pixabay.com/get/ge1c9468a750fe0506f4df5649092045458604095cbc370121f79058e64ded3e9dcd6c53d4b6b8ad10015fef3bfa12992e64f060007fcbd5394f33faa34789e26_1280.jpg?_wi=1", + imageSrc: "https://pixabay.com/get/ge1c9468a750fe0506f4df5649092045458604095cbc370121f79058e64ded3e9dcd6c53d4b6b8ad10015fef3bfa12992e64f060007fcbd5394f33faa34789e26_1280.jpg", imageAlt: "Sarah J. with her adopted dog Luna", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@CatDad", testimonial: "Our cat, Oliver, is a delight. The team at PawHaven truly cares for their animals and ensures a perfect match for every family.", rating: 5, - imageSrc: "https://pixabay.com/get/gbf1bd7cbc563592730ad3cbcdb8b2670576a1421ad7e504a84accd0a7939dc589a777ca967bd289a7540487bda842949d538d0f6af99aed15f46d534ee3b41d1_1280.jpg?_wi=1", + imageSrc: "https://pixabay.com/get/gbf1bd7cbc563592730ad3cbcdb8b2670576a1421ad7e504a84accd0a7939dc589a777ca967bd289a7540487bda842949d538d0f6af99aed15f46d534ee3b41d1_1280.jpg", imageAlt: "Michael D. with his adopted cat Oliver", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@ForeverFamily", testimonial: "We adopted Max, a senior dog, and he's filled our home with so much love. PawHaven made it easy and provided great support.", rating: 5, - imageSrc: "https://pixabay.com/get/gdd1c4b5cbedbb0960eb33931cbab00f3cca14d0969b937f844056ec6578c6b5ec36bd5a2a3b01a7aeea210173275e407de54b437740e0de7abef1f429be9ad27_1280.jpg?_wi=1", + imageSrc: "https://pixabay.com/get/gdd1c4b5cbedbb0960eb33931cbab00f3cca14d0969b937f844056ec6578c6b5ec36bd5a2a3b01a7aeea210173275e407de54b437740e0de7abef1f429be9ad27_1280.jpg", imageAlt: "Emily R. with her adopted dog Max", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@PetParent", testimonial: "The staff helped us find our amazing kitten, Whiskers. Their dedication to animal welfare is truly inspiring!", rating: 5, - imageSrc: "https://pixabay.com/get/g0cefc26ba4cfa6abad1c21f6194f78ef20cbba7c31bcf694c23773ebd99b264effee0d2e13e2de1e1288af75a330d9a7483b2b81cf35e5e63b47417847225129_1280.jpg?_wi=1", + imageSrc: "https://pixabay.com/get/g0cefc26ba4cfa6abad1c21f6194f78ef20cbba7c31bcf694c23773ebd99b264effee0d2e13e2de1e1288af75a330d9a7483b2b81cf35e5e63b47417847225129_1280.jpg", imageAlt: "David K. with his adopted kitten Whiskers", }, ]} @@ -157,7 +157,7 @@ export default function LandingPage() { title: "Serving Our Community", }, ]} - imageSrc="https://pixabay.com/get/gb68ba9211d251bae3cf7ef03ace5369aec34e05a8c5707d47c4009d6d5074f8a091bd46abc5cc49eabf0b5b5831d0b4d15b8ea590182ba284299bca2a5d80f90_1280.jpg?_wi=1" + imageSrc="https://pixabay.com/get/gb68ba9211d251bae3cf7ef03ace5369aec34e05a8c5707d47c4009d6d5074f8a091bd46abc5cc49eabf0b5b5831d0b4d15b8ea590182ba284299bca2a5d80f90_1280.jpg" imageAlt="Shelter staff interacting with happy pets" mediaAnimation="slide-up" metricsAnimation="blur-reveal" @@ -268,6 +268,9 @@ export default function LandingPage() {