Update src/app/page.tsx

This commit is contained in:
2026-03-06 10:58:32 +00:00
parent 46b0b26ad0
commit c6dcfbe8d1

View File

@@ -205,16 +205,16 @@ export default function PawsHomeLanding() {
features={[
{
id: 1,
title: "Browse & Connect", description: "Explore our available pets and learn about their personalities, health status, and care needs.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg", imageAlt: "Browse available pets"},
title: "Browse & Connect", description: "Explore our available pets and learn about their personalities, health status, and care needs.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg?_wi=1", imageAlt: "Browse available pets"},
{
id: 2,
title: "Application Review", description: "Submit your adoption application and our team will review to ensure a great match.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg", imageAlt: "Application process"},
title: "Application Review", description: "Submit your adoption application and our team will review to ensure a great match.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg?_wi=2", imageAlt: "Application process"},
{
id: 3,
title: "Meet & Greet", description: "Schedule a time to meet your potential new pet and spend time together.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg", imageAlt: "Meet and greet"},
title: "Meet & Greet", description: "Schedule a time to meet your potential new pet and spend time together.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg?_wi=3", imageAlt: "Meet and greet"},
{
id: 4,
title: "Welcome Home", description: "Complete the adoption, receive care guidelines, and start your journey together.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg", imageAlt: "Welcome home"},
title: "Welcome Home", description: "Complete the adoption, receive care guidelines, and start your journey together.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg?_wi=4", imageAlt: "Welcome home"},
]}
buttons={[{ text: "Start Application", href: "#contact" }]}
buttonAnimation="slide-up"