Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 23:30:45 +00:00

View File

@@ -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"},
]}
/>
</div>