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() {