Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-01-12 15:22:11 +00:00

View File

@@ -33,6 +33,7 @@ export default function DogHubPage() {
{ name: "About", id: "about" },
{ name: "Breeds", id: "breeds" },
{ name: "Tips", id: "tips" },
{ name: "Care", id: "care" },
{ name: "Contact", id: "contact" }
]}
brandName="DogHub"
@@ -123,6 +124,29 @@ export default function DogHubPage() {
/>
</div>
<div id="care" data-section="care">
<ProductCardSeven
title="Complete Dog Care Guide"
description="Comprehensive resources for every aspect of dog health and wellbeing"
tag="Care & Wellness"
products={[
{
id: "1", name: "Nutrition & Diet", price: "Explore", imageSrc: "https://img.b2bpic.net/free-photo/cute-dog-grass_23-2149027322.jpg", imageAlt: "Dog nutrition and diet"
},
{
id: "2", name: "Preventive Healthcare", price: "Explore", imageSrc: "https://img.b2bpic.net/free-photo/close-up-man-with-dog-clinic_23-2149143853.jpg", imageAlt: "Dog preventive healthcare"
},
{
id: "3", name: "Behavioral Training", price: "Explore", imageSrc: "https://img.b2bpic.net/free-photo/man-training-his-two-dogs-outdoors_23-2149448219.jpg", imageAlt: "Dog behavioral training"
}
]}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground="noInvert"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardEleven
title="What Dog Lovers Say"
@@ -198,7 +222,7 @@ export default function DogHubPage() {
title: "Resources", items: [
{ label: "Breed Guide", href: "#breeds" },
{ label: "Training Tips", href: "#tips" },
{ label: "Health Care", href: "#health" }
{ label: "Health Care", href: "#care" }
]
},
{