This commit is contained in:
2026-02-04 01:05:00 +00:00
parent f9222627ef
commit d02d95e680
30 changed files with 2449 additions and 326 deletions

View File

@@ -356,7 +356,7 @@ export default function OnboardingPage() {
<Card className="border-border/50 shadow-none">
<CardHeader>
<CardTitle>Describe Your Product</CardTitle>
<CardTitle>Product Details</CardTitle>
<CardDescription>
Enter your product details and we&apos;ll extract the key information.
</CardDescription>
@@ -373,7 +373,7 @@ export default function OnboardingPage() {
</div>
<div className="space-y-2">
<Label htmlFor="description">Description *</Label>
<Label htmlFor="description">Product Summary *</Label>
<Textarea
id="description"
placeholder="What does your product do? Who is it for? What problem does it solve?"
@@ -384,7 +384,7 @@ export default function OnboardingPage() {
</div>
<div className="space-y-2">
<Label htmlFor="features">Key Features (one per line)</Label>
<Label htmlFor="features">Key Features</Label>
<Textarea
id="features"
placeholder="- Feature 1&#10;- Feature 2&#10;- Feature 3"
@@ -489,7 +489,7 @@ export default function OnboardingPage() {
<div className="space-y-6">
<div className="space-y-4">
<div className="space-y-2">
<Label htmlFor="url">Website URL</Label>
<Label htmlFor="url">Website</Label>
<div className="relative">
<Globe className="absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground" />
<Input