From bd4ac25743ef34ed851bdffebb16136c86943362 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 05:43:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ]} />