Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a142092ad6 | |||
| 304089d7a3 | |||
| db7bb89f48 | |||
| 0e7c9c9720 | |||
| 6198859fcf | |||
| da95056a70 | |||
| d193b2f018 | |||
| 18ec3157c2 |
@@ -10,7 +10,7 @@ import TestimonialCardEleven from '@/components/sections/testimonial/Testimonial
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
||||
import { Instagram, Facebook, Twitter } from "lucide-react";
|
||||
import { Instagram, Facebook, Twitter, Linkedin } from "lucide-react";
|
||||
|
||||
export default function DogHubPage() {
|
||||
return (
|
||||
@@ -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"
|
||||
@@ -85,6 +86,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"
|
||||
@@ -120,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"
|
||||
@@ -195,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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -216,7 +243,8 @@ export default function DogHubPage() {
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" }
|
||||
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
|
||||
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" }
|
||||
]}
|
||||
copyrightText="© DogHub, Inc. 2025. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user