Merge version_1 into main #1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user