From 9354f1c56a2d20f99cb7bbc1b3aecccf9815f55d Mon Sep 17 00:00:00 2001 From: Eric Lammertsma Date: Mon, 9 Feb 2026 16:09:57 -0500 Subject: [PATCH] Updated hero section with superpowers A/B and description --- .../components/homepage/hero-section.tsx | 37 +++++++++---------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/surfsense_web/components/homepage/hero-section.tsx b/surfsense_web/components/homepage/hero-section.tsx index f30e7b9d7..e5b17d9e4 100644 --- a/surfsense_web/components/homepage/hero-section.tsx +++ b/surfsense_web/components/homepage/hero-section.tsx @@ -34,8 +34,8 @@ const GoogleLogo = ({ className }: { className?: string }) => ( export function HeroSection() { const containerRef = useRef(null); const parentRef = useRef(null); - const heroVariant = useFeatureFlagVariantKey("notebooklm_flag"); - const isNotebookLMVariant = heroVariant === "notebooklm"; + const heroVariant = useFeatureFlagVariantKey("notebooklm_superpowers_flag"); + const isNotebookLMVariant = heroVariant === "superpowers"; return (
- {isNotebookLMVariant ? ( -
-
- NotebookLM for Teams -
+ {isNotebookLMVariant ? ( +
+
+ NotebookLM with Superpowers
- ) : ( - <> - The AI Workspace{" "} -
-
- Built for Teams -
-
- - )} +
+ ) : ( +
+
+ NotebookLM for Teams +
+
+ )} {/* // TODO:aCTUAL DESCRITION */}

- Connect any LLM to your internal knowledge sources and chat with it in real time alongside - your team. + Connect any AI to your documents and knowledge sources. +

+

+ Then chat with it in real-time, even alongside your team.