diff --git a/src/app/page.tsx b/src/app/page.tsx index d963208..5922bb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Facebook, Instagram, PinterestIcon, Sparkles } from 'lucide-react'; +import { Facebook, Instagram, Pinterest, Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -180,7 +180,7 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, href: "https://instagram.com/aesthetic", ariaLabel: "Instagram" }, { icon: Facebook, href: "https://facebook.com/aesthetic", ariaLabel: "Facebook" }, - { icon: PinterestIcon, href: "https://pinterest.com/aesthetic", ariaLabel: "Pinterest" } + { icon: Pinterest, href: "https://pinterest.com/aesthetic", ariaLabel: "Pinterest" } ]} />