From 544509ab50b2bc8155f88f2e4cba68afe0d4ebc2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 16:35:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec1d1d2..87ff3fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,23 +133,23 @@ export default function LandingPage() { features={[ { id: 1, - title: "Browse & Select", description: "Explore our available pets online or visit our facility to meet them in person. Get to know their personalities and find the perfect match for your family.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y85taw", imageAlt: "adoption process" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gyjory", imageAlt: "shelter facility" } + title: "Browse & Select", description: "Explore our available pets online or visit our facility to meet them in person. Get to know their personalities and find the perfect match for your family.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y85taw&_wi=1", imageAlt: "adoption process" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gyjory&_wi=1", imageAlt: "shelter facility" } }, { id: 2, - title: "Complete Application", description: "Fill out our adoption application to tell us about yourself, your home, and your lifestyle. This helps us ensure the best match and ongoing support.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y85taw", imageAlt: "adoption process" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gyjory", imageAlt: "shelter facility" } + title: "Complete Application", description: "Fill out our adoption application to tell us about yourself, your home, and your lifestyle. This helps us ensure the best match and ongoing support.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y85taw&_wi=2", imageAlt: "adoption process" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gyjory&_wi=2", imageAlt: "shelter facility" } }, { id: 3, - title: "Meet & Interview", description: "Our adoption counselor will discuss your application, answer questions, and help prepare you for pet ownership. We also arrange a final meet with your chosen pet.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y85taw", imageAlt: "adoption process" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gyjory", imageAlt: "shelter facility" } + title: "Meet & Interview", description: "Our adoption counselor will discuss your application, answer questions, and help prepare you for pet ownership. We also arrange a final meet with your chosen pet.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y85taw&_wi=3", imageAlt: "adoption process" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gyjory&_wi=3", imageAlt: "shelter facility" } }, { id: 4, - title: "Complete Adoption", description: "Finalize the paperwork, pay the adoption fee, and take your new friend home. We provide ongoing support and training resources for your success.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y85taw", imageAlt: "adoption process" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gyjory", imageAlt: "shelter facility" } + title: "Complete Adoption", description: "Finalize the paperwork, pay the adoption fee, and take your new friend home. We provide ongoing support and training resources for your success.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y85taw&_wi=4", imageAlt: "adoption process" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gyjory&_wi=4", imageAlt: "shelter facility" } } ]} ariaLabel="Adoption process steps" -- 2.49.1