Update src/app/pets/page.tsx
This commit is contained in:
@@ -45,7 +45,7 @@ export default function PetsPage() {
|
||||
{ text: "Back to Home", href: "/" },
|
||||
{ text: "Contact Us", href: "contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg?_wi=2"
|
||||
imageAlt="Our available pets"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -59,13 +59,13 @@ export default function PetsPage() {
|
||||
tagIcon={Package}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Luna - Golden Retriever", price: "Adoption Fee: $150", variant: "4 years old • Female • Friendly & Gentle", imageSrc: "http://img.b2bpic.net/free-photo/cute-golden-retriever-dog_1204-387.jpg", imageAlt: "Luna the golden retriever"
|
||||
id: "1", name: "Luna - Golden Retriever", price: "Adoption Fee: $150", variant: "4 years old • Female • Friendly & Gentle", imageSrc: "http://img.b2bpic.net/free-photo/cute-golden-retriever-dog_1204-387.jpg?_wi=2", imageAlt: "Luna the golden retriever"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Whiskers - Orange Tabby", price: "Adoption Fee: $75", variant: "2 years old • Male • Playful & Affectionate", imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-baby-kitten-walking_658552-2.jpg", imageAlt: "Whiskers the orange tabby cat"
|
||||
id: "2", name: "Whiskers - Orange Tabby", price: "Adoption Fee: $75", variant: "2 years old • Male • Playful & Affectionate", imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-baby-kitten-walking_658552-2.jpg?_wi=2", imageAlt: "Whiskers the orange tabby cat"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Max - German Shepherd Mix", price: "Adoption Fee: $200", variant: "5 years old • Male • Loyal & Protective", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-puppy_181624-21270.jpg", imageAlt: "Max the German Shepherd mix"
|
||||
id: "3", name: "Max - German Shepherd Mix", price: "Adoption Fee: $200", variant: "5 years old • Male • Loyal & Protective", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-puppy_181624-21270.jpg?_wi=2", imageAlt: "Max the German Shepherd mix"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Bella - Labrador Retriever", price: "Adoption Fee: $175", variant: "3 years old • Female • Energetic & Smart", imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-adorable-puppy_1157-21448.jpg", imageAlt: "Bella the Labrador Retriever"
|
||||
|
||||
Reference in New Issue
Block a user