Update src/app/page.tsx

This commit is contained in:
2025-12-23 23:42:15 +00:00
parent cad8029353
commit 3523595899

View File

@@ -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."
/>