diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0f0a8aa2..a2c840a3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -27,12 +27,6 @@ export default function RootLayout({ - - - +
{featuredProjects.map((project) => ( ))}
+ + ); } diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 2085cd15..a367933c 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -2,7 +2,7 @@ export default function Footer() { return (