From 7b0e58f129ff8bd6791e79ef8de3b54046d8ba08 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:30:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f6868b..c5bf0e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterCard from '@/components/sections/footer/FooterCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Instagram, Dribbble, Behance } from "lucide-react"; +import { Instagram, Dribbble, Github } from "lucide-react"; export default function LandingPage() { return ( @@ -145,8 +145,8 @@ export default function LandingPage() { icon: Dribbble, href: "https://dribbble.com/stvx", ariaLabel: "Dribbble"}, { - icon: Behance, - href: "https://behance.net/stvx", ariaLabel: "Behance"}, + icon: Github, + href: "https://github.com/stvx", ariaLabel: "GitHub"}, ]} /> -- 2.49.1