diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index e18f271..c5c41e7 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -6,8 +6,9 @@ import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import { Link } from "next/link"; -export default function LandingPage() { +export default function ProjectsPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file