From 3523595899a26bed91b7127ffad1a839eaec7164 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 23 Dec 2025 23:42:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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." />