Skip to content

Commit b7d0efd

Browse files
committed
Revamp About page content and metadata
1 parent 5b242c9 commit b7d0efd

File tree

2 files changed

+203
-201
lines changed

2 files changed

+203
-201
lines changed

apps/web/app/(site)/about/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import type { Metadata } from "next";
22
import { AboutPage } from "@/components/pages/AboutPage";
33

44
export const metadata: Metadata = {
5-
title: "About Us — Cap",
5+
title: "About — Cap",
66
description:
7-
"Learn about Cap's mission to make screen sharing effortless, powerful, and private through our open-source, privacy-first platform.",
7+
"Cap is the open source alternative to Loom. Learn why we started Cap and our commitment to privacy, transparency, and community-driven development.",
88
};
99

1010
export default function App() {

0 commit comments

Comments
 (0)