Skip to content

Commit 5ce614c

Browse files
committed
changed text
1 parent 8592133 commit 5ce614c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { absoluteUrl } from "@/lib/site-metadata"
1010

1111
const title = "DevContext | Repo-aware AI Coding Guidelines Assistant"
1212
const description =
13-
"Generate AI-ready Copilot instructions, Cursor rules, and developer onboarding docs with a GitHub-aware coding guidelines workflow."
13+
"Build from scratch with a guided wizard or scan a public GitHub repo to generate AI-ready Copilot instructions, Cursor rules, and developer onboarding docs."
1414

1515
export const metadata: Metadata = {
1616
title,

components/Hero.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ export function Hero() {
9191
className="mx-auto max-w-4xl text-4xl font-semibold tracking-tight text-foreground md:text-6xl md:leading-tight"
9292
variants={itemVariants}
9393
>
94-
Repo-aware AI coding guidelines assistant for Copilot & Cursor
94+
Wizard or Repo Scan. Your context, ready.
9595
</motion.h1>
9696

9797
<motion.p
9898
className="mx-auto max-w-2xl text-sm text-muted-foreground md:text-lg"
9999
variants={itemVariants}
100100
>
101-
Generate AI-ready Copilot instructions, Cursor rules, and developer onboarding docs in minutes—start from curated stacks or drop a repo into the GitHub analyzer.
101+
Start from scratch with a guided wizard or analyze a public GitHub repo. DevContext detects languages, frameworks, tooling, and tests to generate Copilot instructions, Cursor rules, and onboarding docs you can edit and export.
102102
</motion.p>
103103

104104

@@ -187,10 +187,10 @@ export function Hero() {
187187
>
188188
<div className="space-y-2 text-left">
189189
<p className="text-sm font-semibold uppercase tracking-wide text-muted-foreground">
190-
Scan a GitHub repository
190+
Scan a public GitHub repository
191191
</p>
192192
<p className="text-sm text-muted-foreground">
193-
Paste an owner/repo or URL and we&apos;ll prefill the wizard with detected tech, tooling, and guardrail suggestions.
193+
Paste an owner/repo or URL; we&apos;ll prefill the wizard with detected languages, frameworks, tooling, and tests.
194194
</p>
195195
</div>
196196
<div className="flex w-full flex-col gap-2 sm:flex-row">

0 commit comments

Comments
 (0)