From 947ff671495bad6e51be8502e335fdfcbd7645b7 Mon Sep 17 00:00:00 2001 From: Eric Lammertsma Date: Thu, 19 Feb 2026 21:14:13 -0500 Subject: [PATCH] style: update hero section layout and text content - Adjusted padding in the hero section for improved spacing. - Enhanced text content for clarity and engagement, including updates to the description and call-to-action. - Commented out the ContactSalesButton for future consideration. --- surfsense_web/components/homepage/hero-section.tsx | 10 +++++----- surfsense_web/components/homepage/navbar.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/surfsense_web/components/homepage/hero-section.tsx b/surfsense_web/components/homepage/hero-section.tsx index 426e6c043..d3782f36c 100644 --- a/surfsense_web/components/homepage/hero-section.tsx +++ b/surfsense_web/components/homepage/hero-section.tsx @@ -41,7 +41,7 @@ export function HeroSection() { return (
-

+

{isNotebookLMVariant ? (
@@ -98,14 +98,14 @@ export function HeroSection() {

{/* // TODO:aCTUAL DESCRITION */}

- Connect any AI to your documents and knowledge sources. + Connect any AI to your documents and knowledge sources,

- Then chat with it in real-time, even alongside your team. + then chat with it, invite your team, or generate podcasts and reports.

- + {/* */}
diff --git a/surfsense_web/components/homepage/navbar.tsx b/surfsense_web/components/homepage/navbar.tsx index fd118b50a..2b0d60546 100644 --- a/surfsense_web/components/homepage/navbar.tsx +++ b/surfsense_web/components/homepage/navbar.tsx @@ -22,9 +22,9 @@ export const Navbar = () => { const navItems = [ { name: "Pricing", link: "/pricing" }, - { name: "Contact\u00A0Us", link: "/contact" }, { name: "Changelog", link: "/changelog" }, { name: "Docs", link: "/docs" }, + { name: "Contact\u00A0Us", link: "/contact" }, ]; useEffect(() => {