Merge version_1 into main #2
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user