From 2f0e135fe64f8524402aa355ebdae57e1c708322 Mon Sep 17 00:00:00 2001 From: rachit1977 Date: Sun, 14 Jun 2026 23:32:18 +0700 Subject: [PATCH] commit-3 --- src/app/home/page.tsx | 6 +++--- src/app/login/page.tsx | 9 ++++----- src/components/layout/app-shell.tsx | 6 +++--- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/app/home/page.tsx b/src/app/home/page.tsx index 663acdc..1fcea30 100644 --- a/src/app/home/page.tsx +++ b/src/app/home/page.tsx @@ -29,12 +29,12 @@ export default async function HomePage() {
-
+
4TECH logo diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 4da8c3b..00cf648 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -15,18 +15,17 @@ export default async function LoginPage() {
-
+
4TECH logo
-

4TECH

-

4TECH INNOVATION CO., LTD.

+

INNOVATION CO., LTD.

diff --git a/src/components/layout/app-shell.tsx b/src/components/layout/app-shell.tsx index 4365a24..6811b64 100644 --- a/src/components/layout/app-shell.tsx +++ b/src/components/layout/app-shell.tsx @@ -24,12 +24,12 @@ export async function AppShell({ children }: { children: React.ReactNode }) {