diff --git a/apps/v4/app/(app)/examples/layout.tsx b/apps/v4/app/(app)/examples/layout.tsx
index 4798a9539..1d687487e 100644
--- a/apps/v4/app/(app)/examples/layout.tsx
+++ b/apps/v4/app/(app)/examples/layout.tsx
@@ -16,8 +16,9 @@ import { Button } from "@/registry/new-york-v4/ui/button"
export const dynamic = "force-static"
export const revalidate = false
-const title = "Examples"
-const description = "Check out some examples app built using the components."
+const title = "The Foundation for your Design System"
+const description =
+ "A set of beautifully designed components that you can customize, extend, and build on. Start here then make it your own. Open Source. Open Code."
export const metadata: Metadata = {
title,
@@ -52,24 +53,20 @@ export default function ExamplesLayout({
<>
- Build your Component Library
-
- A set of beautifully-designed, accessible components and a code
- distribution platform. Works with your favorite frameworks. Open
- Source. Open Code.
-
+ {title}
+ {description}
-
+
-
+