Update src/app/page.tsx

This commit is contained in:
2026-06-02 21:49:58 +00:00
parent 7161c6cc27
commit dd4bfff691

View File

@@ -128,6 +128,7 @@ export default function LandingPage() {
title: "Intelligent Tab Management", description: "Automatically group and manage your open browser tabs, reducing clutter and improving workflow efficiency.", icon: Tag,
},
{
title: "Full-Text Offline Search", description: "Save articles, documents, and web pages for offline access, with powerful full-text search capabilities.", icon: Search,
},
{
@@ -144,6 +145,7 @@ export default function LandingPage() {
<FeatureBento
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
title: "AI-Powered Learning", description: "Effortlessly transform articles into interactive quizzes and flashcards, powered by advanced AI for active learning.", bentoComponent: "chat", aiIcon: Lightbulb,