Merge version_1 into main #1
1227
src/app/layout.tsx
1227
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user