Merge version_1 into main #1
@@ -93,42 +93,42 @@ export default function AnimalsPage() {
|
||||
id: "1",
|
||||
name: "Luna - Golden Retriever",
|
||||
price: "Adoption Fee: $150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog_482257-11548.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog_482257-11548.jpg?_wi=2",
|
||||
imageAlt: "Luna, a golden retriever waiting for adoption",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Max - Tabby Cat",
|
||||
price: "Adoption Fee: $75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focus-eyes-tabby-blue-cement-floor_1150-19546.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focus-eyes-tabby-blue-cement-floor_1150-19546.jpg?_wi=2",
|
||||
imageAlt: "Max, an orange tabby cat",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bella - Border Collie",
|
||||
price: "Adoption Fee: $120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-cute-border-collie-dog_23-2148097506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-cute-border-collie-dog_23-2148097506.jpg?_wi=2",
|
||||
imageAlt: "Bella, a border collie with striking eyes",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Charlie - Rabbit",
|
||||
price: "Adoption Fee: $50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbit-eating-grass-garden_181624-40766.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbit-eating-grass-garden_181624-40766.jpg?_wi=2",
|
||||
imageAlt: "Charlie, an adorable Holland lop rabbit",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Daisy - Pomeranian",
|
||||
price: "Adoption Fee: $100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbit-eating-grass-garden_181624-40766.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbit-eating-grass-garden_181624-40766.jpg?_wi=3",
|
||||
imageAlt: "Daisy, a fluffy pomeranian puppy",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Simba - Siamese Cat",
|
||||
price: "Adoption Fee: $80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focus-eyes-tabby-blue-cement-floor_1150-19546.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focus-eyes-tabby-blue-cement-floor_1150-19546.jpg?_wi=3",
|
||||
imageAlt: "Simba, a beautiful siamese cat",
|
||||
},
|
||||
]}
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -140,28 +140,28 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Luna - Golden Retriever",
|
||||
price: "Adoption Fee: $150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog_482257-11548.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog_482257-11548.jpg?_wi=1",
|
||||
imageAlt: "Luna, a golden retriever waiting for adoption",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Max - Tabby Cat",
|
||||
price: "Adoption Fee: $75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focus-eyes-tabby-blue-cement-floor_1150-19546.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focus-eyes-tabby-blue-cement-floor_1150-19546.jpg?_wi=1",
|
||||
imageAlt: "Max, an orange tabby cat",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bella - Border Collie",
|
||||
price: "Adoption Fee: $120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-cute-border-collie-dog_23-2148097506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-cute-border-collie-dog_23-2148097506.jpg?_wi=1",
|
||||
imageAlt: "Bella, a border collie with striking eyes",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Charlie - Rabbit",
|
||||
price: "Adoption Fee: $50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbit-eating-grass-garden_181624-40766.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbit-eating-grass-garden_181624-40766.jpg?_wi=1",
|
||||
imageAlt: "Charlie, an adorable Holland lop rabbit",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user