From d2f6a92f5da80df789dd8c19cc6cfa7aecd5bd3c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:59:36 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5d3088e..d36c21b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,8 @@ import type { Metadata } from "next"; export const metadata: Metadata = { - title: "Native Line - Build Apps Just Talk", description: "Turn your ideas into production-ready iOS, iPad, and Mac apps instantly. Pure native Swift, beautifully designed, completely yours."}; + title: "Native Line - Build Apps Just Talk", description: "Turn your ideas into production-ready iOS, iPad, and Mac apps instantly. Pure native Swift, beautifully designed, completely yours." +}; export default function RootLayout({ children,