Merge version_1 into main #1
238
src/app/page.tsx
238
src/app/page.tsx
@@ -32,38 +32,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Sign In",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Sign In", href: "#"}}
|
||||
brandName="InsightFlow"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,13 +58,9 @@ export default function LandingPage() {
|
||||
description="Unlock actionable insights from your data with powerful, intuitive dashboards. Visualize, analyze, and drive your business forward with clarity."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-laptop-screen-with-enterprise-resource-planning-showing-moving-charts-growing-turnover-busy-startup-office-selective-focus-portable-computer-with-business-mangement-software_482257-51766.jpg"
|
||||
@@ -94,15 +74,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Empowering Decisions with Data Intelligence",
|
||||
},
|
||||
type: "text", content: "Empowering Decisions with Data Intelligence"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Mission", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,37 +90,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Real-time Analytics",
|
||||
description: "Monitor your key performance indicators as they happen, ensuring you're always ahead of the curve.",
|
||||
tag: "Instant Data",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/b-testing-icons_1284-4869.jpg",
|
||||
imageAlt: "Real-time analytics chart icon",
|
||||
},
|
||||
id: "1", title: "Real-time Analytics", description: "Monitor your key performance indicators as they happen, ensuring you're always ahead of the curve.", tag: "Instant Data", imageSrc: "http://img.b2bpic.net/free-vector/b-testing-icons_1284-4869.jpg", imageAlt: "Real-time analytics chart icon"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Customizable Dashboards",
|
||||
description: "Tailor your dashboard views to fit specific team needs and individual preferences, focusing on what matters most.",
|
||||
tag: "Personalized Views",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lmuce5",
|
||||
imageAlt: "Customizable dashboard layout icon",
|
||||
},
|
||||
id: "2", title: "Customizable Dashboards", description: "Tailor your dashboard views to fit specific team needs and individual preferences, focusing on what matters most.", tag: "Personalized Views", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lmuce5", imageAlt: "Customizable dashboard layout icon"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Secure Data Handling",
|
||||
description: "Rest easy knowing your sensitive business data is protected with industry-leading security protocols and compliance standards.",
|
||||
tag: "Data Protection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595835.jpg",
|
||||
imageAlt: "Secure data handling shield icon",
|
||||
},
|
||||
id: "3", title: "Secure Data Handling", description: "Rest easy knowing your sensitive business data is protected with industry-leading security protocols and compliance standards.", tag: "Data Protection", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595835.jpg", imageAlt: "Secure data handling shield icon"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Interactive Reporting",
|
||||
description: "Generate dynamic reports that allow for drill-down analysis and shareable insights across your organization.",
|
||||
tag: "Dynamic Reports",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/infographic-statistics-dashboard-template_23-2148275641.jpg",
|
||||
imageAlt: "Interactive reporting document icon",
|
||||
},
|
||||
id: "4", title: "Interactive Reporting", description: "Generate dynamic reports that allow for drill-down analysis and shareable insights across your organization.", tag: "Dynamic Reports", imageSrc: "http://img.b2bpic.net/free-vector/infographic-statistics-dashboard-template_23-2148275641.jpg", imageAlt: "Interactive reporting document icon"},
|
||||
]}
|
||||
title="Key Features That Drive Results"
|
||||
description="Explore how InsightFlow helps you make smarter decisions, faster, with powerful and flexible tools designed for modern businesses."
|
||||
@@ -158,31 +110,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "200M+",
|
||||
title: "Data Points Processed",
|
||||
items: [
|
||||
"Per day globally",
|
||||
"Ensuring real-time accuracy",
|
||||
],
|
||||
id: "1", value: "200M+", title: "Data Points Processed", items: [
|
||||
"Per day globally", "Ensuring real-time accuracy"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "99.9%",
|
||||
title: "Uptime Reliability",
|
||||
items: [
|
||||
"Guaranteed platform access",
|
||||
"Critical for continuous monitoring",
|
||||
],
|
||||
id: "2", value: "99.9%", title: "Uptime Reliability", items: [
|
||||
"Guaranteed platform access", "Critical for continuous monitoring"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "5000+",
|
||||
title: "Active Business Users",
|
||||
items: [
|
||||
"Trusted by diverse industries",
|
||||
"Growing community of innovators",
|
||||
],
|
||||
id: "3", value: "5000+", title: "Active Business Users", items: [
|
||||
"Trusted by diverse industries", "Growing community of innovators"],
|
||||
},
|
||||
]}
|
||||
title="Quantifiable Impact: Our Numbers Speak Volumes"
|
||||
@@ -195,14 +132,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Quantum Dynamics",
|
||||
"VeriData Solutions",
|
||||
"Aether Insights",
|
||||
"Fusion Metrics",
|
||||
"Synapse Core",
|
||||
"Pinnacle Growth",
|
||||
"Apex Analytics",
|
||||
]}
|
||||
"Quantum Dynamics", "VeriData Solutions", "Aether Insights", "Fusion Metrics", "Synapse Core", "Pinnacle Growth", "Apex Analytics"]}
|
||||
title="Trusted by Leading Businesses Worldwide"
|
||||
description="Our platform is the choice for forward-thinking companies seeking to harness the power of their data."
|
||||
showCard={true}
|
||||
@@ -215,55 +145,26 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
carouselMode="buttons"
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-making-business-plan_23-2149333055.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-making-business-plan_23-2149333055.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-handsome-business-leader_1262-4828.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-handsome-business-leader_1262-4828.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Data Scientist",
|
||||
company: "DataDriven Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-queer-person-work_23-2150617769.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", role: "Data Scientist", company: "DataDriven Inc.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-queer-person-work_23-2150617769.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Green",
|
||||
role: "Operations Lead",
|
||||
company: "Efficiency Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
||||
},
|
||||
id: "6", name: "Robert Green", role: "Operations Lead", company: "Efficiency Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
|
||||
]}
|
||||
title="What Our Users Say About InsightFlow"
|
||||
description="Hear directly from business leaders who have transformed their operations and decision-making with our powerful dashboard."
|
||||
@@ -276,25 +177,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What kind of data sources can I integrate?",
|
||||
content: "InsightFlow supports a wide range of data sources, including CRM systems, ERP platforms, marketing analytics tools, databases (SQL, NoSQL), and custom API integrations. Our team can also assist with bespoke connector development.",
|
||||
},
|
||||
id: "1", title: "What kind of data sources can I integrate?", content: "InsightFlow supports a wide range of data sources, including CRM systems, ERP platforms, marketing analytics tools, databases (SQL, NoSQL), and custom API integrations. Our team can also assist with bespoke connector development."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is my data secure with InsightFlow?",
|
||||
content: "Absolutely. We implement industry-leading security protocols, including end-to-end encryption, multi-factor authentication, and regular security audits, to ensure your data remains confidential and protected at all times.",
|
||||
},
|
||||
id: "2", title: "Is my data secure with InsightFlow?", content: "Absolutely. We implement industry-leading security protocols, including end-to-end encryption, multi-factor authentication, and regular security audits, to ensure your data remains confidential and protected at all times."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I customize my dashboard layouts?",
|
||||
content: "Yes, our dashboards are fully customizable. You can drag-and-drop widgets, resize panels, choose from various visualization types, and create personalized views to match your specific analytical needs and preferences.",
|
||||
},
|
||||
id: "3", title: "Can I customize my dashboard layouts?", content: "Yes, our dashboards are fully customizable. You can drag-and-drop widgets, resize panels, choose from various visualization types, and create personalized views to match your specific analytical needs and preferences."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer support and training?",
|
||||
content: "We offer comprehensive support packages, including 24/7 technical assistance, dedicated account managers, and extensive training resources. This includes online tutorials, webinars, and personalized workshops to help your team maximize platform utility.",
|
||||
},
|
||||
id: "4", title: "Do you offer support and training?", content: "We offer comprehensive support packages, including 24/7 technical assistance, dedicated account managers, and extensive training resources. This includes online tutorials, webinars, and personalized workshops to help your team maximize platform utility."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-modern-background-with-design-extruding-cubes_1048-12334.jpg"
|
||||
imageAlt="Abstract illustration of question marks and answers"
|
||||
@@ -310,18 +199,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to transform your data into a competitive advantage? Get in touch with us to schedule a personalized demo and see InsightFlow in action."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Demo",
|
||||
href: "#",
|
||||
},
|
||||
text: "Request a Demo", href: "#"},
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Sales", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -333,49 +217,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Metrics",
|
||||
href: "#metrics",
|
||||
},
|
||||
label: "Metrics", href: "#metrics"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user