From 2e7addcbf91aed9e9e50830cecff2287c4fb4164 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:42:29 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 768c9c4..dffcc72 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,8 @@ import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { - title: "Ga Nhỏ Camping", description: "Trải nghiệm nướng ngoài trời giữa lòng Vinh"}; + title: "Ga Nhỏ Camping", description: "Trải nghiệm nướng ngoài trời giữa lòng Vinh" +}; export default function RootLayout({ children, @@ -1381,4 +1382,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From a91f490795a05821e0ea667b3061cac6f40e4cc2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:42:30 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1095e9e..3346899 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,13 +44,13 @@ export default function LandingPage() {
-
+
Ga Nhỏ Camping Logo
@@ -303,4 +303,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1