Skip to content

Commit 7c149ab

Browse files
committed
Update page.tsx
1 parent ed9b9c0 commit 7c149ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/app/[lang]/(home)/page.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
import type { Metadata } from "next";
12
import { Apps } from "./components/apps";
23
import { CallToAction } from "./components/cta";
34
import { Features } from "./components/features";
45
import { Hero } from "./components/hero";
56
import { Social } from "./components/social";
67

8+
export const metadata: Metadata = {
9+
title: "Production-grade Turborepo template for Next.js apps | next-forge",
10+
description:
11+
"A monorepo template designed to have everything you need to build your new SaaS app as thoroughly as possible. Free and open source, forever.",
12+
};
13+
714
const Home = () => (
815
<main className="container mx-auto px-0 pb-24">
916
<Hero />

0 commit comments

Comments
 (0)