Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user