From e7199a69b86425a8e38aa4b0f41ba52bc138ae3f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 15:00:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db96ac9..59bcb50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,6 +81,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + title="Premium Tech Ecosystem" + description="Engineered for elite performance and unmatched elegance." features={[ { title: "AI Integration", description: "Cutting edge AI assisted workflow optimization.", bentoComponent: "chat", aiIcon: Star, @@ -90,18 +92,16 @@ export default function LandingPage() { ], placeholder: "Ask Zenith AI..."}, { - bentoComponent: "reveal-icon", icon: Database, - title: "Next-Gen Processors", description: "Unrivaled speed and efficiency."}, + title: "Next-Gen Processors", description: "Unrivaled speed and efficiency.", bentoComponent: "reveal-icon", icon: Database + }, { - bentoComponent: "3d-stack-cards", items: [ + title: "System Specs", description: "Core hardware configuration.", bentoComponent: "3d-stack-cards", items: [ { icon: Shield, title: "Security", subtitle: "Encrypted", detail: "Hardware security." }, { icon: Zap, title: "Battery", subtitle: "All day", detail: "Extended life." }, { icon: Globe, title: "Global", subtitle: "Anywhere", detail: "Worldwide support." }, ], }, ]} - title="Premium Tech Ecosystem" - description="Engineered for elite performance and unmatched elegance." />