import Link from 'next/link' import { Button } from '@/components/ui/button' import { Badge } from '@/components/ui/badge' import { ArrowRight, Search, Zap, Target, Sparkles } from 'lucide-react' export default function LandingPage() { return (
{/* Header */}
Sanati
{/* Hero */}
AI-Powered Research

Find Your Next Customers
Before They Know They Need You

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

{/* 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 */}
) }