From e1cbd497288fed7be5fb0ece0a07c89d47641b22 Mon Sep 17 00:00:00 2001 From: locphamtran Date: Sat, 13 Jun 2026 17:09:22 +0700 Subject: [PATCH] =?UTF-8?q?S=E1=BB=ADa=20l=E1=BB=97i=20hi=E1=BB=83n=20th?= =?UTF-8?q?=E1=BB=8B=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LandingPage.tsx | 32 +++++++++++++++----------------- vite.config.ts | 1 + 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/LandingPage.tsx b/LandingPage.tsx index 2a33f8c..1d4529f 100644 --- a/LandingPage.tsx +++ b/LandingPage.tsx @@ -12,28 +12,26 @@ export const LandingPage: React.FC = ({ onContinue, onGoToSign const [isLoginModalOpen, setIsLoginModalOpen] = useState(false); return ( -
- {/* Nửa bên trái: Hiển thị lưới ảnh du lịch */} -
-
- Travel 1 - Travel 2 -
-
- Travel 3 - Travel 4 -
-
+
+ {/* Logo/Brand Header ở góc trên bên trái */} +
+ + Travel Planner +
+ + {/* Nửa bên trái: Hiển thị một hình ảnh duy nhất */} +
+ Travel Background +
{/* Nửa bên phải: Nội dung chào mừng và Hành động */}
-
- - Travel Planner -
-

Lên kế hoạch cho hành trình tiếp theo diff --git a/vite.config.ts b/vite.config.ts index 0fa12a1..8d1a832 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -6,5 +6,6 @@ export default defineConfig({ server: { port: 3002, strictPort: true, + host: true, }, }); \ No newline at end of file