From 3903ee162e24f8d9a0cee622817e061e9c9180e3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 12:28:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0e1996..ae6210b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -54,7 +54,7 @@ export default function PetShelterPage() { { imageSrc: "https://img.b2bpic.net/free-photo/selective-shot-red-mackerel-tabby-cat-looking-camera-with-green-background_181624-57105.jpg", imageAlt: "Orange tabby cat playing" }, { imageSrc: "https://img.b2bpic.net/free-photo/closeup-adorable-five-purebred-italian-bracco-puppy-dogs-basket-meadow_181624-53406.jpg", imageAlt: "Playful puppies together" }, { imageSrc: "https://img.b2bpic.net/free-photo/adorable-little-baby-kitten-walking_658552-59.jpg", imageAlt: "Cute kittens in shelter" } - ] + ]} buttons={[ { text: "Browse Available Pets", href: "pets" }, { text: "Learn About Adoption", href: "process" } @@ -99,7 +99,7 @@ export default function PetShelterPage() { { id: "4", name: "Bella - Calico Cat", price: "Adoption Fee: $75", variant: "Female • 4 Years Old", imageSrc: "https://img.b2bpic.net/free-photo/young-beautiful-woman-holding-tabby-cat_23-2148045665.jpg", imageAlt: "Calico cat Bella" } - ] + ]} textboxLayout="default" gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -180,13 +180,13 @@ export default function PetShelterPage() { }, { id: "3", name: "Michael", role: "Whiskers' Owner", company: "Work from Home", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/affectionate-little-girl-embracing-dog-while-relaxing-by-window-with-her-father_637285-3270.jpg?_wi=1" + imageSrc: "https://img.b2bpic.net/free-photo/affectionate-little-girl-embracing-dog-while-relaxing-by-window-with-her-father_637285-3270.jpg" }, { id: "4", name: "Emily & David", role: "Bella & Bella Jr's Parents", company: "Couple with Kids", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/affectionate-little-girl-embracing-dog-while-relaxing-by-window-with-her-father_637285-3270.jpg?_wi=2" + imageSrc: "https://img.b2bpic.net/free-photo/affectionate-little-girl-embracing-dog-while-relaxing-by-window-with-her-father_637285-3270.jpg" } - ] + ]} kpiItems={[ { value: "500+", label: "Happy families this year" }, { value: "98%", label: "Success rate in adoptions" },