import Link from 'next/link' import { ArrowRight, Search, Zap, Target, Sparkles } from 'lucide-react' import { Button } from '@/components/ui/button' import { DotPattern } from '@/components/magicui/dot-pattern' import { HeroShader } from '@/components/hero-shader' import { cn } from '@/lib/utils' export default function LandingPage() { return (
{/* Header */}
Sanati
{/* Header */}
Sanati
{/* Hero */}
AI-Powered Research

Find Your Next
Customers.

Sanati analyzes your product and finds people on Reddit, Hacker News, and forums who are actively expressing needs that your solution solves.

{/* Right side is reserved for the shader visualization */}
{/* Features */}

AI Analysis

We scrape your website and use GPT-4 to extract features, pain points, and keywords automatically.

Smart Dorking

Our system generates targeted Google dork queries to find high-intent posts across Reddit, HN, and more.

Scored Leads

Each opportunity is scored by relevance and comes with suggested engagement approaches.

{/* CTA */}

Ready to find your customers?

Stop guessing. Start finding people who are already looking for solutions like yours.

{/* Footer */}
) }