From b6beaca00ce59ee86f1fc7dbdd225e4c0bf7570c Mon Sep 17 00:00:00 2001 From: development Date: Tue, 27 Jan 2026 03:48:08 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} From 4144cbbeb0929a784282c07fe25bb768f00ec9cc Mon Sep 17 00:00:00 2001 From: development Date: Tue, 27 Jan 2026 03:48:09 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 65 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 63 insertions(+), 2 deletions(-) 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 +}