Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
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, Pinterest, Sparkles } from 'lucide-react';
|
||||
import { Facebook, Instagram, Music, 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: Pinterest, href: "https://pinterest.com/aesthetic", ariaLabel: "Pinterest" }
|
||||
{ icon: Music, href: "https://pinterest.com/aesthetic", ariaLabel: "Pinterest" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user