4 Commits

Author SHA1 Message Date
16955fff86 Merge version_2 into main
Merge version_2 into main
2026-03-03 04:47:54 +00:00
2cc4129d9c Update src/app/page.tsx 2026-03-03 04:47:49 +00:00
dc5a93a04a Update src/app/layout.tsx 2026-03-03 04:47:49 +00:00
1aae1c1b06 Merge version_1 into main
Merge version_1 into main
2026-03-03 04:46:10 +00:00
2 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
<div id="apps" data-section="apps">
<ProductCardFour
title="Featured Mini Apps"
description="Hand-picked applications ready to enhance your workflow"
description="Trusted by thousands—explore productivity, design, AI, and more in seconds"
tag="New Additions"
textboxLayout="default"
useInvertedBackground={false}