Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-01-12 15:19:31 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1262,4 +1262,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -85,6 +85,9 @@ export default function DogHubPage() {
},
{
title: "German Shepherd", description: "Intelligent, courageous, and confident. Highly trainable and known for their protective instincts.", imageSrc: "https://img.b2bpic.net/free-photo/retriver_658691-636.jpg", imageAlt: "German shepherd dog intelligent protective"
},
{
title: "French Bulldog", description: "Compact, muscular, and affectionate. Adaptable companions perfect for apartment living.", imageSrc: "https://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "French bulldog playful compact"
}
]}
gridVariant="uniform-all-items-equal"
@@ -223,4 +226,4 @@ export default function DogHubPage() {
</div>
</ThemeProvider>
);
}
}