Update src/app/page.tsx

This commit is contained in:
2026-03-13 05:43:07 +00:00
parent 25ae3df2e7
commit bd4ac25743

View File

@@ -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>