From 897c627da1cfa2cd101cee283b773692d414964e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 00:42:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 301 +++++++++++------------------------------------ 1 file changed, 68 insertions(+), 233 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa478c5..fce0aaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,33 +32,19 @@ export default function LandingPage() {
@@ -180,40 +132,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Intelligent Workflow Integration", - subtitle: "Connects with your favorite macOS apps for fluid automation.", - category: "Productivity", - value: "Streamlined", - }, + id: "f1", title: "Intelligent Workflow Integration", subtitle: "Connects with your favorite macOS apps for fluid automation.", category: "Productivity", value: "Streamlined"}, { - id: "f2", - title: "Customizable Liquid Glass UI", - subtitle: "Personalize your chatbot's appearance with stunning liquid glass themes.", - category: "Design", - value: "Adaptive", - }, + id: "f2", title: "Customizable Liquid Glass UI", subtitle: "Personalize your chatbot's appearance with stunning liquid glass themes.", category: "Design", value: "Adaptive"}, { - id: "f3", - title: "Advanced Security & Privacy", - subtitle: "Your conversations are encrypted and kept private, always.", - category: "Security", - value: "Secure", - }, + id: "f3", title: "Advanced Security & Privacy", subtitle: "Your conversations are encrypted and kept private, always.", category: "Security", value: "Secure"}, { - id: "f4", - title: "Real-time AI Responses", - subtitle: "Get instant, accurate answers and assistance without delay.", - category: "Performance", - value: "Instant", - }, + id: "f4", title: "Real-time AI Responses", subtitle: "Get instant, accurate answers and assistance without delay.", category: "Performance", value: "Instant"}, { - id: "f5", - title: "Multi-language Support", - subtitle: "Communicate fluently in various languages with intelligent translation.", - category: "Global", - value: "Versatile", - }, + id: "f5", title: "Multi-language Support", subtitle: "Communicate fluently in various languages with intelligent translation.", category: "Global", value: "Versatile"}, ]} title="Unleash Productivity with Core Features" description="Our macOS AI Chatbot comes packed with powerful features designed to elevate your daily tasks and creative processes." @@ -225,56 +152,27 @@ export default function LandingPage() {