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