|
|
|
|
@@ -11,50 +11,50 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
|
|
|
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
|
|
|
|
import ContactText from "@/components/sections/contact/ContactText";
|
|
|
|
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
|
|
|
|
import { Zap, Globe, TrendingUp, Shield, Eye, Hand, Network, BarChart3, CheckCircle, Battery, Quote, Target, Sparkles } from "lucide-react";
|
|
|
|
|
import { Zap, Globe, TrendingUp, Shield, Eye, Hand, Network, BarChart3, CheckCircle, Battery, Quote, Target, Sparkles, Cpu, Layers, Gauge, ArrowRight } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
<ThemeProvider
|
|
|
|
|
defaultButtonVariant="text-stagger"
|
|
|
|
|
defaultTextAnimation="background-highlight"
|
|
|
|
|
defaultButtonVariant="hover-magnetic"
|
|
|
|
|
defaultTextAnimation="entrance-slide"
|
|
|
|
|
borderRadius="rounded"
|
|
|
|
|
contentWidth="small"
|
|
|
|
|
sizing="mediumSizeLargeTitles"
|
|
|
|
|
background="circleGradient"
|
|
|
|
|
cardStyle="solid"
|
|
|
|
|
primaryButtonStyle="flat"
|
|
|
|
|
contentWidth="medium"
|
|
|
|
|
sizing="largeSizeMediumTitles"
|
|
|
|
|
background="none"
|
|
|
|
|
cardStyle="glass-elevated"
|
|
|
|
|
primaryButtonStyle="primary-glow"
|
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
|
headingFontWeight="light"
|
|
|
|
|
headingFontWeight="semibold"
|
|
|
|
|
>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarStyleCentered
|
|
|
|
|
brandName="VIZHI XR"
|
|
|
|
|
brandName="VIZHI"
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Product", id: "features" },
|
|
|
|
|
{ name: "Technology", id: "about" },
|
|
|
|
|
{ name: "Impact", id: "metrics" },
|
|
|
|
|
{ name: "Stories", id: "testimonials" },
|
|
|
|
|
{ name: "Platform", id: "features" },
|
|
|
|
|
{ name: "Architecture", id: "metrics" },
|
|
|
|
|
{ name: "Vision", id: "about" },
|
|
|
|
|
{ name: "Testimonials", id: "testimonials" },
|
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
|
]}
|
|
|
|
|
button={{
|
|
|
|
|
text: "Get Started", href: "contact"}}
|
|
|
|
|
text: "Join Now", href: "contact"}}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardScroll
|
|
|
|
|
tag="Next Generation Reality"
|
|
|
|
|
tag="Future of Reality"
|
|
|
|
|
tagIcon={Zap}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
title="Augmented Reality Redefined"
|
|
|
|
|
description="Experience the future with VIZHI XR. Cutting-edge AR glasses engineered for enterprise innovation, seamless integration, and transformative global impact. Where vision meets innovation."
|
|
|
|
|
background={{ variant: "animated-grid" }}
|
|
|
|
|
title="Spatial Intelligence Redefined"
|
|
|
|
|
description="VIZHI AR transforms how enterprises visualize, interact, and innovate. Precision-engineered spatial interfaces with cinematic scroll dynamics. Where advanced technology meets elegant minimalism."
|
|
|
|
|
background={{ variant: "downward-rays-animated" }}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/premium-ar-glasses-product-showcase-with-1772688739877-be45a4e6.png"
|
|
|
|
|
imageAlt="VIZHI XR Premium AR Glasses"
|
|
|
|
|
imageAlt="VIZHI AR Spatial Interface"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Explore Technology", href: "features" },
|
|
|
|
|
{ text: "Schedule Demo", href: "contact" },
|
|
|
|
|
{ text: "Explore Platform", href: "features" },
|
|
|
|
|
{ text: "Request Demo", href: "contact" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
@@ -62,96 +62,96 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<AboutMetric
|
|
|
|
|
title="Engineering Tomorrow's Reality Through Precision, Innovation, and Global Strategic Vision"
|
|
|
|
|
title="Technological Authority Through Precision Engineering"
|
|
|
|
|
metrics={[
|
|
|
|
|
{ icon: Globe, label: "Global Impact", value: "150+" },
|
|
|
|
|
{ icon: Zap, label: "Processing Power", value: "8X" },
|
|
|
|
|
{ icon: Shield, label: "Enterprise Adoption", value: "500+" },
|
|
|
|
|
{ icon: TrendingUp, label: "Market Growth", value: "340%" },
|
|
|
|
|
{ icon: Cpu, label: "Processing Speed", value: "8X" },
|
|
|
|
|
{ icon: Globe, label: "Global Deployments", value: "150+" },
|
|
|
|
|
{ icon: Gauge, label: "System Uptime", value: "99.9%" },
|
|
|
|
|
{ icon: TrendingUp, label: "Enterprise Growth", value: "340%" },
|
|
|
|
|
]}
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
|
<FeatureCardTwentyFive
|
|
|
|
|
title="Revolutionary AR Capabilities"
|
|
|
|
|
description="Advanced technology stack enabling seamless augmented reality experiences with enterprise-grade reliability, real-time processing, and intuitive interaction."
|
|
|
|
|
tag="Next-Gen Features"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
title="Technology Pillars"
|
|
|
|
|
description="Interactive tiles showcasing core technological capabilities engineered for enterprise excellence"
|
|
|
|
|
tag="Platform Foundation"
|
|
|
|
|
tagIcon={Layers}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "Spatial Vision Engine", description: "Real-time environmental mapping and object recognition with AI-powered spatial computing", icon: Eye,
|
|
|
|
|
title: "Spatial Vision Engine", description: "AI-powered environmental mapping with real-time object recognition and spatial awareness", icon: Eye,
|
|
|
|
|
mediaItems: [
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/futuristic-ar-vision-interface-showing-r-1772688740341-5ce93f96.png?_wi=1", imageAlt: "Vision Engine Interface"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/futuristic-ar-vision-interface-showing-r-1772688740341-5ce93f96.png", imageAlt: "Vision Engine"},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/advanced-analytics-and-performance-metri-1772688740043-97e435f7.png?_wi=1", imageAlt: "Analytics Dashboard"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/advanced-analytics-and-performance-metri-1772688740043-97e435f7.png", imageAlt: "Analytics"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Gesture Recognition System", description: "Intuitive gesture controls with sub-millisecond response time for natural user interaction", icon: Hand,
|
|
|
|
|
title: "Gesture Recognition", description: "Sub-millisecond response gestures for intuitive, natural spatial interaction", icon: Hand,
|
|
|
|
|
mediaItems: [
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/augmented-reality-interaction-demonstrat-1772688739207-76258a55.png", imageAlt: "Gesture Interaction"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/augmented-reality-interaction-demonstrat-1772688739207-76258a55.png", imageAlt: "Gesture Control"},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/ar-glasses-ecosystem-integration-diagram-1772688739303-a0b24cc0.png?_wi=1", imageAlt: "System Integration"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/ar-glasses-ecosystem-integration-diagram-1772688739303-a0b24cc0.png", imageAlt: "Integration"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Enterprise Integration", description: "Seamless API connectivity and cloud synchronization for enterprise workflow automation", icon: Network,
|
|
|
|
|
title: "Enterprise Integration", description: "Seamless API connectivity and distributed cloud synchronization architecture", icon: Network,
|
|
|
|
|
mediaItems: [
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/ar-glasses-ecosystem-integration-diagram-1772688739303-a0b24cc0.png?_wi=2", imageAlt: "Enterprise Integration"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/ar-glasses-ecosystem-integration-diagram-1772688739303-a0b24cc0.png", imageAlt: "Enterprise System"},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/advanced-analytics-and-performance-metri-1772688740043-97e435f7.png?_wi=2", imageAlt: "Analytics Integration"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/advanced-analytics-and-performance-metri-1772688740043-97e435f7.png", imageAlt: "Data Integration"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Advanced Analytics", description: "Real-time performance metrics, user behavior tracking, and predictive analytics dashboard", icon: BarChart3,
|
|
|
|
|
title: "Real-time Analytics", description: "Predictive performance metrics and behavioral analytics for strategic insight", icon: BarChart3,
|
|
|
|
|
mediaItems: [
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/advanced-analytics-and-performance-metri-1772688740043-97e435f7.png?_wi=3", imageAlt: "Analytics Dashboard"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/advanced-analytics-and-performance-metri-1772688740043-97e435f7.png", imageAlt: "Analytics Dashboard"},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/futuristic-ar-vision-interface-showing-r-1772688740341-5ce93f96.png?_wi=2", imageAlt: "Data Visualization"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/futuristic-ar-vision-interface-showing-r-1772688740341-5ce93f96.png", imageAlt: "Performance Data"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
animationType="depth-3d"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
buttons={[{ text: "View Technical Specs", href: "#" }]}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[{ text: "View Technical Specifications", href: "#" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
|
<MetricCardOne
|
|
|
|
|
title="Driving Global Innovation"
|
|
|
|
|
description="Transformative metrics showcasing VIZHI XR's market leadership and strategic global positioning"
|
|
|
|
|
tag="Performance Indicators"
|
|
|
|
|
title="Platform Architecture Layers"
|
|
|
|
|
description="Sequentially animated technology stack revealing VIZHI's engineering precision"
|
|
|
|
|
tag="System Performance"
|
|
|
|
|
tagIcon={Target}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", value: "99", title: "Point 9", description: "System Uptime Reliability", icon: CheckCircle,
|
|
|
|
|
id: "1", value: "45ms", title: "Response Latency", description: "Sub-millisecond gesture recognition", icon: Zap,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", value: "45", title: "Milliseconds", description: "Average Response Latency", icon: Zap,
|
|
|
|
|
id: "2", value: "8hrs", title: "Battery Performance", description: "Continuous operational capability", icon: Battery,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", value: "8", title: "Hours", description: "Battery Life Performance", icon: Battery,
|
|
|
|
|
id: "3", value: "4K", title: "Per-Eye Resolution", description: "Cinematic visual fidelity standard", icon: Eye,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", value: "4K", title: "Resolution", description: "Per-Eye Display Output", icon: Eye,
|
|
|
|
|
id: "4", value: "99.9%", title: "System Uptime", description: "Enterprise reliability guarantee", icon: CheckCircle,
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
buttons={[{ text: "Download Technical Report", href: "#" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
@@ -159,113 +159,113 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardTen
|
|
|
|
|
title="Industry Leaders Trust VIZHI XR"
|
|
|
|
|
description="Hear from pioneers transforming their industries through our augmented reality technology"
|
|
|
|
|
tag="Client Stories"
|
|
|
|
|
title="Enterprise Leaders Advancing With VIZHI"
|
|
|
|
|
description="Strategic testimonials from industry pioneers transforming their operations"
|
|
|
|
|
tag="Success Stories"
|
|
|
|
|
tagIcon={Quote}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "Revolutionized Enterprise Workflow", quote: "VIZHI XR transformed our operational efficiency by 340%. The spatial computing capabilities and real-time data visualization have become integral to our strategic decision-making process. This is not just a product—it's a competitive advantage.", name: "James Mitchell", role: "Chief Innovation Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/professional-corporate-headshot-of-a-mal-1772688738812-90a34169.png", imageAlt: "James Mitchell"},
|
|
|
|
|
id: "1", title: "Operational Transformation", quote: "VIZHI delivered 340% efficiency gains through spatial computing precision. Their technology demonstrates the strategic foresight our enterprise demands.", name: "James Mitchell", role: "Chief Innovation Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/professional-corporate-headshot-of-a-mal-1772688738812-90a34169.png", imageAlt: "James Mitchell"},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Enterprise-Grade Reliability", quote: "The 99.9% uptime and enterprise integration capabilities exceeded our expectations. Our teams can now collaborate across continents seamlessly. VIZHI XR delivered exactly what we needed for our digital transformation journey.", name: "Sarah Chen", role: "VP of Digital Transformation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/professional-corporate-headshot-of-a-fem-1772688738749-26be4764.png", imageAlt: "Sarah Chen"},
|
|
|
|
|
id: "2", title: "Enterprise Reliability", quote: "99.9% uptime and seamless integration across continents. VIZHI's engineering excellence validates our digital transformation investment.", name: "Sarah Chen", role: "VP of Digital Transformation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/professional-corporate-headshot-of-a-fem-1772688738749-26be4764.png", imageAlt: "Sarah Chen"},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Strategic Market Leader", quote: "VIZHI XR isn't following trends—they're setting them. Their commitment to innovation and global impact aligns perfectly with our vision. The technology is impressive, but their strategic direction is even more compelling.", name: "David Rodriguez", role: "Director of Strategic Partnerships", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/professional-corporate-headshot-of-a-mal-1772688738784-94e3b070.png", imageAlt: "David Rodriguez"},
|
|
|
|
|
id: "3", title: "Market Leadership", quote: "VIZHI isn't following trends—they're architecting the future. Their strategic vision aligns with global innovation imperative.", name: "David Rodriguez", role: "Director of Strategic Partnerships", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/professional-corporate-headshot-of-a-mal-1772688738784-94e3b070.png", imageAlt: "David Rodriguez"},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "Trusted Technology Partner", quote: "Beyond the impressive specs, what stands out is VIZHI XR's professionalism and trustworthiness. They've become an indispensable part of our product ecosystem. The gesture recognition and spatial vision engine are game-changing.", name: "Elena Petrova", role: "Product Strategy Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/professional-corporate-headshot-of-a-fem-1772688739798-f6ea1b50.png", imageAlt: "Elena Petrova"},
|
|
|
|
|
id: "4", title: "Technological Authority", quote: "VIZHI demonstrates precision engineering and professional integrity. Their spatial vision and gesture systems represent industry-defining innovation.", name: "Elena Petrova", role: "Product Strategy Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVqRFtXZ3loyvp0GXCsBHmA7PI/professional-corporate-headshot-of-a-fem-1772688739798-f6ea1b50.png", imageAlt: "Elena Petrova"},
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
buttons={[{ text: "Read More Success Stories", href: "#" }]}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[{ text: "Explore Case Studies", href: "#" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
|
|
|
<SocialProofOne
|
|
|
|
|
title="Trusted by Global Technology Leaders"
|
|
|
|
|
description="VIZHI XR partners with industry pioneers to advance augmented reality innovation worldwide"
|
|
|
|
|
tag="Strategic Partners"
|
|
|
|
|
title="Strategic Global Partnerships"
|
|
|
|
|
description="Enterprise collaborations advancing augmented reality innovation worldwide"
|
|
|
|
|
tag="Trusted Partners"
|
|
|
|
|
tagIcon={Network}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
names={["Microsoft", "Google", "Apple", "Meta", "Qualcomm", "NVIDIA", "Sony", "Samsung"]}
|
|
|
|
|
logos={[
|
|
|
|
|
"http://img.b2bpic.net/free-vector/geometric-abstract-echos-web-design-agency-logo_1421494-124.jpg", "http://img.b2bpic.net/free-photo/woman-smiling-holding-letter-g_1187-1284.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148069966.jpg", "http://img.b2bpic.net/free-vector/modern-gradient-abstract-vision-logo_1421494-527.jpg", "http://img.b2bpic.net/free-vector/colorful-abstract-logo-template_23-2148190552.jpg", "http://img.b2bpic.net/free-vector/futuristic-kb-technology-logo_23-2149109515.jpg", "http://img.b2bpic.net/free-vector/technology-logo-template-with-abstract-shapes_23-2148240853.jpg", "http://img.b2bpic.net/free-vector/gradient-texture-technology-badges_23-2149076455.jpg"]}
|
|
|
|
|
speed={40}
|
|
|
|
|
showCard={true}
|
|
|
|
|
buttons={[{ text: "Partnership Opportunities", href: "contact" }]}
|
|
|
|
|
buttons={[{ text: "Strategic Partnerships", href: "contact" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqSplitText
|
|
|
|
|
sideTitle="Frequently Asked Questions"
|
|
|
|
|
sideDescription="Get answers to common questions about VIZHI XR technology, integration, and enterprise capabilities"
|
|
|
|
|
sideTitle="Technical Precision & Strategic Vision"
|
|
|
|
|
sideDescription="Essential insights into VIZHI's technological architecture and enterprise integration capabilities"
|
|
|
|
|
textPosition="left"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "What makes VIZHI XR different from competitors?", content: "VIZHI XR combines enterprise-grade reliability with cutting-edge spatial computing technology. Our proprietary gesture recognition system, 45ms response latency, and 99.9% uptime set us apart. We're not just building AR glasses—we're engineering a platform for global transformation."},
|
|
|
|
|
id: "1", title: "What distinguishes VIZHI's spatial computing architecture?", content: "VIZHI combines enterprise-grade reliability with proprietary spatial vision engine delivering 45ms gesture response and 99.9% uptime. Our precision-engineered platform represents technological authority in AR innovation."},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "How does enterprise integration work?", content: "VIZHI XR offers seamless API connectivity with existing enterprise systems. Our cloud synchronization platform enables real-time data sharing across departments and geographies. Integration typically takes 2-4 weeks with dedicated technical support."},
|
|
|
|
|
id: "2", title: "How does enterprise integration function?", content: "Seamless API connectivity with real-time cloud synchronization across distributed systems. Integration completes in 2-4 weeks with dedicated technical infrastructure support."},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "What is the battery life performance?", content: "VIZHI XR glasses deliver 8 hours of continuous usage on a single charge. The advanced power management system optimizes performance while maintaining the 4K per-eye resolution and real-time processing capabilities."},
|
|
|
|
|
id: "3", title: "What is the battery technology specification?", content: "8-hour continuous operational capability maintaining 4K per-eye resolution and real-time processing. Advanced power architecture optimizes performance throughout the operational window."},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "Can VIZHI XR integrate with our existing tools?", content: "Yes. Our comprehensive API framework supports integration with Microsoft, Google, and other enterprise platforms. We provide SDKs, webhooks, and custom integration services for complex environments."},
|
|
|
|
|
id: "4", title: "Can VIZHI integrate legacy enterprise systems?", content: "Yes. Comprehensive API framework supports Microsoft, Google, and enterprise platforms. Custom SDKs and integration services available for complex environments."},
|
|
|
|
|
{
|
|
|
|
|
id: "5", title: "What about data security and privacy?", content: "Security is foundational to VIZHI XR. We implement enterprise-grade encryption, compliance with GDPR and HIPAA standards, and multi-factor authentication. All data transmissions are secured end-to-end."},
|
|
|
|
|
id: "5", title: "What security protocols does VIZHI implement?", content: "Enterprise-grade encryption, GDPR/HIPAA compliance, and multi-factor authentication standard. End-to-end secured data transmission and zero-trust architecture foundation."},
|
|
|
|
|
{
|
|
|
|
|
id: "6", title: "How do I get started with VIZHI XR?", content: "Schedule a personalized demo with our team to explore use cases for your organization. We'll discuss your specific needs, conduct a technical assessment, and provide a tailored implementation roadmap."},
|
|
|
|
|
id: "6", title: "How do I begin VIZHI implementation?", content: "Schedule a strategic demo with our technical team to explore enterprise applications. Personalized assessment and implementation roadmap provided for your organization."},
|
|
|
|
|
]}
|
|
|
|
|
buttons={[{ text: "Contact Our Experts", href: "contact" }]}
|
|
|
|
|
buttons={[{ text: "Contact Our Technical Team", href: "contact" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactText
|
|
|
|
|
text="Ready to transform your enterprise with augmented reality? Let's explore how VIZHI XR can accelerate your digital innovation and deliver strategic global impact."
|
|
|
|
|
text="Transform Enterprise Reality. Join the technological revolution with VIZHI's precision-engineered spatial intelligence platform. Strategic partnership begins with a conversation."
|
|
|
|
|
animationType="background-highlight"
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Schedule Demo", href: "#" },
|
|
|
|
|
{ text: "Get Enterprise Pricing", href: "#" },
|
|
|
|
|
{ text: "Schedule Strategic Demo", href: "#" },
|
|
|
|
|
{ text: "Enterprise Pricing Inquiry", href: "#" },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBase
|
|
|
|
|
logoText="VIZHI XR"
|
|
|
|
|
copyrightText="© 2025 VIZHI XR. All rights reserved. Advancing augmented reality globally."
|
|
|
|
|
logoText="VIZHI"
|
|
|
|
|
copyrightText="© 2025 VIZHI AR. Precision Engineering. Strategic Innovation. Global Impact."
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Product", items: [
|
|
|
|
|
{ label: "Features", href: "#features" },
|
|
|
|
|
{ label: "Technology", href: "#about" },
|
|
|
|
|
{ label: "Specifications", href: "#" },
|
|
|
|
|
{ label: "Demo", href: "#contact" },
|
|
|
|
|
{ label: "Platform", href: "features" },
|
|
|
|
|
{ label: "Technology", href: "about" },
|
|
|
|
|
{ label: "Architecture", href: "metrics" },
|
|
|
|
|
{ label: "Demo", href: "contact" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
{ label: "About Us", href: "#" },
|
|
|
|
|
{ label: "News & Updates", href: "#" },
|
|
|
|
|
{ label: "Careers", href: "#" },
|
|
|
|
|
{ label: "Vision", href: "#" },
|
|
|
|
|
{ label: "Innovation Lab", href: "#" },
|
|
|
|
|
{ label: "Careers", href: "#" },
|
|
|
|
|
{ label: "Press", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Resources", items: [
|
|
|
|
|
{ label: "Documentation", href: "#" },
|
|
|
|
|
{ label: "API Reference", href: "#" },
|
|
|
|
|
{ label: "Support Center", href: "#" },
|
|
|
|
|
{ label: "Contact", href: "#contact" },
|
|
|
|
|
{ label: "Support", href: "#" },
|
|
|
|
|
{ label: "Contact", href: "contact" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
|