From dc5a93a04a344dee6817fcb88da7c0618bd86c0b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:47:49 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dfb6917..43c4ae4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,9 +15,11 @@ const inter = Inter({ export const metadata: Metadata = { title: "MiniHub - Discover Mini Apps", description: "Explore a curated library of powerful mini-apps designed to boost your productivity. Search, discover, and launch your next essential tool in seconds.", keywords: "mini apps, app library, productivity tools, app marketplace, discover apps", openGraph: { - title: "MiniHub - Discover Mini Apps", description: "Explore a curated library of powerful mini-apps designed to boost your productivity.", siteName: "MiniHub", type: "website"}, + title: "MiniHub - Discover Mini Apps", description: "Explore a curated library of powerful mini-apps designed to boost your productivity.", siteName: "MiniHub", type: "website" + }, twitter: { - card: "summary_large_image", title: "MiniHub - Discover Mini Apps", description: "Explore a curated library of powerful mini-apps designed to boost your productivity."}, + card: "summary_large_image", title: "MiniHub - Discover Mini Apps", description: "Explore a curated library of powerful mini-apps designed to boost your productivity." + }, robots: { index: true, follow: true, -- 2.49.1 From 2cc4129d9cfdbc7c2be75a3c2cded20630c25a7b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:47:49 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c202ae..610bb9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() {