Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
296
src/app/page.tsx
296
src/app/page.tsx
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Metrics",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Metrics", id: "metrics"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bp16zl"
|
||||
logoAlt="VizaLogix Logo"
|
||||
@@ -75,42 +59,21 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Unlock Your Data's Full Potential with VizaLogix"
|
||||
description="VizaLogix provides a powerful, intuitive platform for data visualization and AI-driven analytics, transforming complex data into actionable insights for modern businesses."
|
||||
tag="DATA INSIGHTS"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Demo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Demo", href: "#contact"},
|
||||
{
|
||||
text: "Explore Features",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Features", href: "#features"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904146.jpg?_wi=1",
|
||||
imageAlt: "Modern SaaS analytics dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904146.jpg", imageAlt: "Modern SaaS analytics dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg?_wi=1",
|
||||
imageAlt: "Interactive data analytics on tablet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-concept_52683-5724.jpg",
|
||||
imageAlt: "Mobile app concept",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148360954.jpg",
|
||||
imageAlt: "Professional dashboard element set",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148371011.jpg",
|
||||
imageAlt: "User panel dashboard template",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg", imageAlt: "Interactive data analytics on tablet"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -125,17 +88,11 @@ export default function LandingPage() {
|
||||
description="At VizaLogix, we empower businesses with cutting-edge AI-driven analytics, enabling informed decisions and accelerating growth. Our platform is built on a foundation of innovation, security, and user-centric design, providing a seamless experience from data ingestion to actionable insights."
|
||||
metrics={[
|
||||
{
|
||||
value: "99.9%",
|
||||
title: "Uptime Reliability",
|
||||
},
|
||||
value: "99.9%", title: "Uptime Reliability"},
|
||||
{
|
||||
value: "250M+",
|
||||
title: "Data Points Analyzed Daily",
|
||||
},
|
||||
value: "250M+", title: "Data Points Analyzed Daily"},
|
||||
{
|
||||
value: "10,000+",
|
||||
title: "Active Users Worldwide",
|
||||
},
|
||||
value: "10,000+", title: "Active Users Worldwide"},
|
||||
]}
|
||||
tag="ABOUT US"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-influential-businesswomen-discussing-financial-strategies_482257-123616.jpg"
|
||||
@@ -152,29 +109,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "feature-1",
|
||||
title: "Intelligent Data Visualization",
|
||||
description: "Transform complex datasets into intuitive, interactive dashboards that reveal hidden trends and opportunities at a glance. Customize your views with drag-and-drop ease.",
|
||||
tag: "SEE THE DATA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diagram-graphs-information-statistics-stock-data-concept_53876-64925.jpg",
|
||||
imageAlt: "Abstract chart simplifying complex data",
|
||||
},
|
||||
id: "feature-1", title: "Intelligent Data Visualization", description: "Transform complex datasets into intuitive, interactive dashboards that reveal hidden trends and opportunities at a glance. Customize your views with drag-and-drop ease.", tag: "SEE THE DATA", imageSrc: "http://img.b2bpic.net/free-photo/diagram-graphs-information-statistics-stock-data-concept_53876-64925.jpg", imageAlt: "Abstract chart simplifying complex data"},
|
||||
{
|
||||
id: "feature-2",
|
||||
title: "Robust Data Security",
|
||||
description: "Rest assured with enterprise-grade security protocols, end-to-end encryption, and compliance with global data protection standards, keeping your sensitive information safe.",
|
||||
tag: "STAY PROTECTED",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/governmental-hackers-working-computer-network-high-tech-office_482257-121485.jpg",
|
||||
imageAlt: "Digital shield protecting data",
|
||||
},
|
||||
id: "feature-2", title: "Robust Data Security", description: "Rest assured with enterprise-grade security protocols, end-to-end encryption, and compliance with global data protection standards, keeping your sensitive information safe.", tag: "STAY PROTECTED", imageSrc: "http://img.b2bpic.net/free-photo/governmental-hackers-working-computer-network-high-tech-office_482257-121485.jpg", imageAlt: "Digital shield protecting data"},
|
||||
{
|
||||
id: "feature-3",
|
||||
title: "AI-Powered Predictive Analytics",
|
||||
description: "Leverage advanced machine learning algorithms to forecast future outcomes, identify key performance drivers, and receive proactive recommendations for strategic advantage.",
|
||||
tag: "PREDICT & ACT",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-digital-with-modern-flowing-particles_1048-13765.jpg",
|
||||
imageAlt: "AI brain with neural network",
|
||||
},
|
||||
id: "feature-3", title: "AI-Powered Predictive Analytics", description: "Leverage advanced machine learning algorithms to forecast future outcomes, identify key performance drivers, and receive proactive recommendations for strategic advantage.", tag: "PREDICT & ACT", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-digital-with-modern-flowing-particles_1048-13765.jpg", imageAlt: "AI brain with neural network"},
|
||||
]}
|
||||
title="Powerful Features for Modern Analytics"
|
||||
description="Experience a suite of tools designed to bring clarity to your data, streamline operations, and drive strategic outcomes across your organization."
|
||||
@@ -187,14 +126,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Google",
|
||||
"Microsoft",
|
||||
"Amazon",
|
||||
"Salesforce",
|
||||
"IBM",
|
||||
"Oracle",
|
||||
"SAP",
|
||||
]}
|
||||
"Google", "Microsoft", "Amazon", "Salesforce", "IBM", "Oracle", "SAP"]}
|
||||
title="Trusted by Industry Leaders Worldwide"
|
||||
description="Our solutions empower top companies to make smarter, data-driven decisions every day, fostering innovation and achieving measurable results."
|
||||
tag="GLOBAL IMPACT"
|
||||
@@ -210,29 +142,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Industry Recognition",
|
||||
value: "Top 1% in SaaS",
|
||||
},
|
||||
id: "m1", icon: Award,
|
||||
title: "Industry Recognition", value: "Top 1% in SaaS"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Customer Satisfaction",
|
||||
value: "98% Score",
|
||||
},
|
||||
id: "m2", icon: Users,
|
||||
title: "Customer Satisfaction", value: "98% Score"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: TrendingUp,
|
||||
title: "Average ROI",
|
||||
value: "300% Annually",
|
||||
},
|
||||
id: "m3", icon: TrendingUp,
|
||||
title: "Average ROI", value: "300% Annually"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: Cloud,
|
||||
title: "Data Processed",
|
||||
value: "Exabytes Daily",
|
||||
},
|
||||
id: "m4", icon: Cloud,
|
||||
title: "Data Processed", value: "Exabytes Daily"},
|
||||
]}
|
||||
title="Achieve More with VizaLogix"
|
||||
description="Witness the tangible impact of advanced analytics with real numbers that showcase our commitment to excellence and your success."
|
||||
@@ -247,64 +167,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
title: "Starter",
|
||||
price: "$99",
|
||||
period: "per month",
|
||||
features: [
|
||||
"Basic Data Visualization",
|
||||
"Up to 5 Users",
|
||||
"Standard Support",
|
||||
"50GB Data Storage",
|
||||
"Monthly Reports",
|
||||
],
|
||||
id: "starter", title: "Starter", price: "$99", period: "per month", features: [
|
||||
"Basic Data Visualization", "Up to 5 Users", "Standard Support", "50GB Data Storage", "Monthly Reports"],
|
||||
button: {
|
||||
text: "Start Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bp16zl",
|
||||
imageAlt: "minimalist saas logo data analytics",
|
||||
},
|
||||
text: "Start Free Trial", href: "#contact"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bp16zl", imageAlt: "minimalist saas logo data analytics"},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Professional",
|
||||
price: "$299",
|
||||
period: "per month",
|
||||
features: [
|
||||
"Advanced Analytics Dashboard",
|
||||
"Up to 25 Users",
|
||||
"Priority Support",
|
||||
"500GB Data Storage",
|
||||
"Real-time Dashboards",
|
||||
"AI-driven Insights",
|
||||
],
|
||||
id: "pro", title: "Professional", price: "$299", period: "per month", features: [
|
||||
"Advanced Analytics Dashboard", "Up to 25 Users", "Priority Support", "500GB Data Storage", "Real-time Dashboards", "AI-driven Insights"],
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904146.jpg?_wi=2",
|
||||
imageAlt: "minimalist saas logo data analytics",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904146.jpg", imageAlt: "minimalist saas logo data analytics"},
|
||||
{
|
||||
id: "enterprise",
|
||||
title: "Enterprise",
|
||||
price: "Custom",
|
||||
period: "per month",
|
||||
features: [
|
||||
"Customizable BI Solutions",
|
||||
"Unlimited Users",
|
||||
"Dedicated Account Manager",
|
||||
"Unlimited Data Storage",
|
||||
"Advanced Security Features",
|
||||
"API Access & Integrations",
|
||||
],
|
||||
id: "enterprise", title: "Enterprise", price: "Custom", period: "per month", features: [
|
||||
"Customizable BI Solutions", "Unlimited Users", "Dedicated Account Manager", "Unlimited Data Storage", "Advanced Security Features", "API Access & Integrations"],
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg?_wi=2",
|
||||
imageAlt: "minimalist saas logo data analytics",
|
||||
},
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg", imageAlt: "minimalist saas logo data analytics"},
|
||||
]}
|
||||
title="Flexible Plans for Every Business"
|
||||
description="Choose a plan that scales seamlessly with your needs, from agile startups to large enterprises. Get the analytics power you need without compromise."
|
||||
@@ -320,25 +199,15 @@ export default function LandingPage() {
|
||||
author="Alex Chen, Head of Data Science at InnovateCorp"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-afroamerican-employee-portrait_23-2148508904.jpg",
|
||||
alt: "Alex Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-afroamerican-employee-portrait_23-2148508904.jpg", alt: "Alex Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors_23-2150296635.jpg",
|
||||
alt: "Emily White",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors_23-2150296635.jpg", alt: "Emily White"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serious-confident-asian-male-executive_1262-5523.jpg",
|
||||
alt: "Serious confident Asian male executive",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/serious-confident-asian-male-executive_1262-5523.jpg", alt: "Serious confident Asian male executive"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -351,20 +220,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is VizaLogix and how does it help my business?",
|
||||
content: "VizaLogix is an AI-powered data analytics and visualization platform designed to help businesses transform raw data into actionable insights, make informed decisions, and predict future trends.",
|
||||
},
|
||||
id: "q1", title: "What is VizaLogix and how does it help my business?", content: "VizaLogix is an AI-powered data analytics and visualization platform designed to help businesses transform raw data into actionable insights, make informed decisions, and predict future trends."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Does VizaLogix integrate with my existing data sources?",
|
||||
content: "Yes, VizaLogix offers extensive integration capabilities with various data sources, including databases, cloud platforms, CRM systems, and more. Our team can assist with custom integrations if needed.",
|
||||
},
|
||||
id: "q2", title: "Does VizaLogix integrate with my existing data sources?", content: "Yes, VizaLogix offers extensive integration capabilities with various data sources, including databases, cloud platforms, CRM systems, and more. Our team can assist with custom integrations if needed."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is there a free trial available for VizaLogix?",
|
||||
content: "Absolutely! We offer a 14-day free trial for our Starter and Professional plans. You can sign up directly on our pricing page or contact sales for an enterprise demo.",
|
||||
},
|
||||
id: "q3", title: "Is there a free trial available for VizaLogix?", content: "Absolutely! We offer a 14-day free trial for our Starter and Professional plans. You can sign up directly on our pricing page or contact sales for an enterprise demo."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-busy-man-office_329181-15309.jpg"
|
||||
imageAlt="Person working at desk with data dashboards"
|
||||
@@ -381,14 +241,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to transform your data into actionable insights? Connect with our experts today for a personalized demo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:info@vizalogix.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:info@vizalogix.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -397,62 +254,37 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Integrations",
|
||||
href: "#",
|
||||
},
|
||||
label: "Integrations", href: "#"},
|
||||
{
|
||||
label: "Solutions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Solutions", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Documentation",
|
||||
href: "#",
|
||||
},
|
||||
label: "Documentation", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user