Update src/app/page.tsx
This commit is contained in:
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user