From e305bc479603db693ef58e43abc4cd4172b180e8 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Tue, 30 Sep 2025 21:53:10 -0700 Subject: [PATCH] feat: contact to frontpage and biome --- .../components/ModernHeroWithGradients.tsx | 9 +- surfsense_web/components/Navbar.tsx | 21 +- .../components/chat/AnimatedEmptyState.tsx | 1 - .../components/contact/contact-form.tsx | 659 +++++++++--------- .../components/onboard/add-provider-step.tsx | 2 +- .../components/onboard/assign-roles-step.tsx | 2 +- .../components/onboard/completion-step.tsx | 2 +- surfsense_web/components/pricing.tsx | 362 +++++----- .../components/pricing/pricing-section.tsx | 126 ++-- .../components/search-space-form.tsx | 2 +- .../components/settings/llm-role-manager.tsx | 2 +- .../settings/model-config-manager.tsx | 2 +- .../components/theme/theme-toggle.tsx | 2 +- surfsense_web/components/ui/switch.tsx | 46 +- 14 files changed, 620 insertions(+), 618 deletions(-) diff --git a/surfsense_web/components/ModernHeroWithGradients.tsx b/surfsense_web/components/ModernHeroWithGradients.tsx index 5c81cf54b..543e1b4eb 100644 --- a/surfsense_web/components/ModernHeroWithGradients.tsx +++ b/surfsense_web/components/ModernHeroWithGradients.tsx @@ -1,5 +1,5 @@ "use client"; -import { IconBrandDiscord, IconBrandGithub, IconFileTypeDoc } from "@tabler/icons-react"; +import { IconBrandDiscord, IconBrandGithub, IconFileTypeDoc, IconMail } from "@tabler/icons-react"; import Link from "next/link"; import { cn } from "@/lib/utils"; import { Logo } from "./Logo"; @@ -54,6 +54,13 @@ export function ModernHeroWithGradients() { Notion, YouTube, GitHub, Discord and more.

+ + + Contact Us + { duration: 0.2, }, }} + className="flex items-center gap-2" > + + + +