feat: Rebrand application from AutoDork to Sanati across all relevant files and update minor formatting in the onboarding page.

This commit is contained in:
2026-02-03 15:26:59 +00:00
parent 7e3854d7d6
commit 8d1923203d
8 changed files with 465 additions and 31 deletions

View File

@@ -13,7 +13,7 @@ export default function LandingPage() {
<div className="flex h-8 w-8 items-center justify-center rounded-lg bg-primary text-primary-foreground">
<Search className="h-4 w-4" />
</div>
<span className="font-semibold text-foreground">AutoDork</span>
<span className="font-semibold text-foreground">Sanati</span>
</div>
<nav className="flex items-center gap-4">
<Link href="/dashboard" className="text-sm text-muted-foreground hover:text-foreground">
@@ -41,7 +41,7 @@ export default function LandingPage() {
</h1>
<p className="max-w-2xl text-lg text-muted-foreground">
AutoDork analyzes your product and finds people on Reddit, Hacker News, and forums
Sanati analyzes your product and finds people on Reddit, Hacker News, and forums
who are actively expressing needs that your solution solves.
</p>
@@ -112,7 +112,7 @@ export default function LandingPage() {
<footer className="border-t border-border">
<div className="container mx-auto max-w-6xl px-4 py-8">
<p className="text-center text-sm text-muted-foreground">
AutoDork Built for indie hackers and founders
Sanati Built for indie hackers and founders
</p>
</div>
</footer>