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, 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() {