Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-02-16 15:55:38 +00:00
2 changed files with 1227 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -50,7 +50,7 @@ export default function PetShelterPage() {
]}
slides={[
{
imageSrc: "https://img.b2bpic.net/free-photo/close-view-german-spaniel_1268-21835.jpg", imageAlt: "Happy dog ready for adoption"
imageSrc: "https://img.b2bpic.net/free-photo/selective-focus-shot-adorable-kooikerhondje-dog_181624-55413.jpg?id=22859995", imageAlt: "Happy dog ready for adoption"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-funny-golden-retriever-green-background_181624-29428.jpg", imageAlt: "Adorable kitten in shelter"
@@ -76,7 +76,7 @@ export default function PetShelterPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Max", price: "Adoption Fee: $150", variant: "Golden Retriever • 3 years old", imageSrc: "https://img.b2bpic.net/free-photo/close-view-german-spaniel_1268-21835.jpg", imageAlt: "Max the Golden Retriever", isFavorited: false
id: "1", name: "Max", price: "Adoption Fee: $150", variant: "Golden Retriever • 3 years old", imageSrc: "https://img.b2bpic.net/free-photo/selective-focus-shot-adorable-kooikerhondje-dog_181624-55413.jpg?id=22859995", imageAlt: "Max the Golden Retriever", isFavorited: false
},
{
id: "2", name: "Luna", price: "Adoption Fee: $120", variant: "Tabby Cat • 2 years old", imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-funny-golden-retriever-green-background_181624-29428.jpg", imageAlt: "Luna the Tabby Cat", isFavorited: false