Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user