diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a7b946..c6492d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars'; @@ -9,7 +9,7 @@ import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCa import ContactInline from '@/components/sections/contact/ContactInline'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Instagram, Dribbble, Behance } from "lucide-react"; +import { Sparkles, Instagram, Twitter } from "lucide-react"; export default function PortfolioPage() { return ( @@ -235,8 +235,8 @@ export default function PortfolioPage() { ]} socialLinks={[ { icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" }, - { icon: Dribbble, href: "https://dribbble.com", ariaLabel: "Dribbble" }, - { icon: Behance, href: "https://behance.net", ariaLabel: "Behance" } + { icon: Twitter, href: "https://dribbble.com", ariaLabel: "Dribbble" }, + { icon: Twitter, href: "https://behance.net", ariaLabel: "Behance" } ]} copyrightText="© 2024 Art Direction & Product Design. All rights reserved." />