diff --git a/src/app/page.tsx b/src/app/page.tsx index e5e0cdd..80a3103 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -71,6 +71,67 @@ export default function LandingPage() { /> +
+
+
+
+
+ + + + + + +
+

Microsoft

+
+
+
+ + + + + + +
+

Google

+
+
+
+ + + +
+

Amazon

+
+
+
+ + + +
+

Adobe

+
+
+
+ + + +
+

Disney

+
+
+
+ + + +
+

Coca-Cola

+
+
+
+
+
); -} \ No newline at end of file +}