From 844a910b073c946122ebfbc5a4db0e7836a2a56b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:50:43 +0000 Subject: [PATCH] Update src/app/app/page.tsx --- src/app/app/page.tsx | 38 +++++++++----------------------------- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/src/app/app/page.tsx b/src/app/app/page.tsx index e998c6a..0767415 100644 --- a/src/app/app/page.tsx +++ b/src/app/app/page.tsx @@ -40,7 +40,7 @@ export default function AppPage() { title="Our Impact" description="ChatSpace 3D is trusted by thousands of teams worldwide for immersive communication." tag="Statistics" - tagIcon="TrendingUp" + tagIcon={Award} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} @@ -48,32 +48,16 @@ export default function AppPage() { animationType="slide-up" metrics={[ { - id: "1", - value: "50K", - title: "Active Users", - description: "Growing community of 3D communicators", - icon: Users + id: "1", value: "50K", title: "Active Users", description: "Growing community of 3D communicators", icon: Users }, { - id: "2", - value: "99.9%", - title: "Uptime", - description: "Reliable service, always available", - icon: Shield + id: "2", value: "99.9%", title: "Uptime", description: "Reliable service, always available", icon: Shield }, { - id: "3", - value: "15+", - title: "Countries", - description: "Global reach and presence", - icon: Globe + id: "3", value: "15+", title: "Countries", description: "Global reach and presence", icon: Globe }, { - id: "4", - value: "4.8★", - title: "Rating", - description: "Highly rated by our users", - icon: Star + id: "4", value: "4.8★", title: "Rating", description: "Highly rated by our users", icon: Star } ]} /> @@ -84,8 +68,7 @@ export default function AppPage() { logoText="ChatSpace 3D" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "Security", href: "#" }, @@ -93,8 +76,7 @@ export default function AppPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -102,8 +84,7 @@ export default function AppPage() { ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/docs" }, { label: "API Reference", href: "/api" }, { label: "Community", href: "/community" }, @@ -111,8 +92,7 @@ export default function AppPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, -- 2.49.1