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

SurfSense

Your all-in-one AI research workspace.

Sign Up 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 (
); };