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 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