"use client"; import { IconBrandDiscord, IconBrandGithub, IconFileTypeDoc } from "@tabler/icons-react"; import Link from "next/link"; import { cn } from "@/lib/utils"; import { Logo } from "./Logo"; export function ModernHeroWithGradients() { return (
MODSetter%2FSurfSense | Trendshift
Documentation {/* Import the Logo component or define it in this file */}

SurfSense

A Customizable AI Research Agent just like NotebookLM or Perplexity, but connected to external sources such as Search Engines, Slack, Linear, Jira, ClickUp, Confluence, Notion, YouTube, GitHub, Discord and more.

Discord GitHub
); } const TopLines = () => { return ( Top Lines ); }; const BottomLines = () => { return ( Bottom Lines ); }; const SideLines = () => { return ( Side Lines ); }; const BottomGradient = ({ className }: { className?: string }) => { return ( Bottom Gradient ); }; const TopGradient = ({ className }: { className?: string }) => { return ( Top Gradient ); }; const DarkModeGradient = () => { return (
); };