Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars';
|
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 ContactInline from '@/components/sections/contact/ContactInline';
|
||||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
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() {
|
export default function PortfolioPage() {
|
||||||
return (
|
return (
|
||||||
@@ -235,8 +235,8 @@ export default function PortfolioPage() {
|
|||||||
]}
|
]}
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||||
{ icon: Dribbble, href: "https://dribbble.com", ariaLabel: "Dribbble" },
|
{ icon: Twitter, href: "https://dribbble.com", ariaLabel: "Dribbble" },
|
||||||
{ icon: Behance, href: "https://behance.net", ariaLabel: "Behance" }
|
{ icon: Twitter, href: "https://behance.net", ariaLabel: "Behance" }
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 Art Direction & Product Design. All rights reserved."
|
copyrightText="© 2024 Art Direction & Product Design. All rights reserved."
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user