diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 80a93e1..f885209 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1263,4 +1263,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} 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 +}