Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 18:50:48 +00:00

View File

@@ -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" },