Merge version_1 into main #2
343
src/app/page.tsx
343
src/app/page.tsx
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
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: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Analytics Dashboard"
|
||||
/>
|
||||
@@ -76,35 +60,21 @@ export default function LandingPage() {
|
||||
description="Monitor realtime revenue, track receivables, and identify risks across regions and teams. Stay ahead of performance trends with actionable insights updated monthly."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Your Dashboard",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Your Dashboard", href: "#"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg?_wi=1",
|
||||
imageAlt: "Modern business analytics dashboard displaying sales performance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg", imageAlt: "Modern business analytics dashboard displaying sales performance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg?_wi=1",
|
||||
imageAlt: "Dashboard showing sales trends over time",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg", imageAlt: "Dashboard showing sales trends over time"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/invoice-billing-information-form-graphic-concept_53876-132662.jpg?_wi=1",
|
||||
imageAlt: "Receivables management dashboard interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/invoice-billing-information-form-graphic-concept_53876-132662.jpg", imageAlt: "Receivables management dashboard interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg?_wi=1",
|
||||
imageAlt: "Executive summary interface with critical alerts",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg", imageAlt: "Executive summary interface with critical alerts"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg?_wi=1",
|
||||
imageAlt: "Dashboard section focusing on team performance rankings",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg", imageAlt: "Dashboard section focusing on team performance rankings"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-broker-looking-real-time-stock-market-sales-analyzing-global-trade-exchange-statistics-capital-money-investment-working-with-hegde-fund-index-profit-forex-trading-night_482257-46966.jpg",
|
||||
imageAlt: "Risk identification report interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-broker-looking-real-time-stock-market-sales-analyzing-global-trade-exchange-statistics-capital-money-investment-working-with-hegde-fund-index-profit-forex-trading-night_482257-46966.jpg", imageAlt: "Risk identification report interface"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -119,19 +89,13 @@ export default function LandingPage() {
|
||||
description="Empower your sales, finance, and executive teams with real-time insights. Our platform transforms complex data into actionable intelligence, driving strategic decisions and maximizing profitability."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Sales Optimization",
|
||||
description: "Gain real-time visibility into performance trends, team rankings, and resource allocation.",
|
||||
icon: ArrowRight,
|
||||
title: "Sales Optimization", description: "Gain real-time visibility into performance trends, team rankings, and resource allocation.", icon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Cash Flow Management",
|
||||
description: "Transparent receivables tracking and collection efficiency for over 300 active clients.",
|
||||
icon: ArrowRight,
|
||||
title: "Cash Flow Management", description: "Transparent receivables tracking and collection efficiency for over 300 active clients.", icon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Strategic Intelligence",
|
||||
description: "Executive summaries with critical alerts and root-cause analysis for swift decision-making.",
|
||||
icon: ArrowRight,
|
||||
title: "Strategic Intelligence", description: "Executive summaries with critical alerts and root-cause analysis for swift decision-making.", icon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-entrepreneur-holding-tablet-computer-with-marketing-statistics-screen-multiethnic-businesspeople-working-marketing-project-sharing-paper-with-company-turnover-business-meeting_482257-37046.jpg"
|
||||
@@ -146,122 +110,67 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Global Sales Overview",
|
||||
description: "Visualize your sales performance across different regions and markets in real-time.",
|
||||
bentoComponent: "globe",
|
||||
icon: Globe,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-globe_1048-7704.jpg",
|
||||
imageAlt: "3d global sales map data",
|
||||
},
|
||||
title: "Global Sales Overview", description: "Visualize your sales performance across different regions and markets in real-time.", bentoComponent: "globe", imageSrc: "http://img.b2bpic.net/free-photo/abstract-globe_1048-7704.jpg", imageAlt: "3d global sales map data"},
|
||||
{
|
||||
title: "Performance Trends",
|
||||
description: "Track monthly sales performance and identify key trends to optimize resource allocation.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
icon: BarChart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg?_wi=2",
|
||||
imageAlt: "3d global sales map data",
|
||||
},
|
||||
title: "Performance Trends", description: "Track monthly sales performance and identify key trends to optimize resource allocation.", bentoComponent: "animated-bar-chart", imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg", imageAlt: "3d global sales map data"},
|
||||
{
|
||||
title: "Revenue Tracking",
|
||||
description: "Monitor revenue streams and growth over time with interactive line charts.",
|
||||
bentoComponent: "line-chart",
|
||||
icon: LineChart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg?_wi=2",
|
||||
imageAlt: "3d global sales map data",
|
||||
},
|
||||
title: "Revenue Tracking", description: "Monitor revenue streams and growth over time with interactive line charts.", bentoComponent: "line-chart", imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg", imageAlt: "3d global sales map data"},
|
||||
{
|
||||
title: "Receivables Summary",
|
||||
description: "Transparent overview of collected revenue, collection efficiency, and credit risk.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Receivables Summary", description: "Transparent overview of collected revenue, collection efficiency, and credit risk.", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: Wallet,
|
||||
label: "Collected",
|
||||
value: "$1.2M",
|
||||
},
|
||||
label: "Collected", value: "$1.2M"},
|
||||
{
|
||||
icon: Activity,
|
||||
label: "Efficiency",
|
||||
value: "98%",
|
||||
},
|
||||
label: "Efficiency", value: "98%"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Credit Risk",
|
||||
value: "Low",
|
||||
},
|
||||
label: "Credit Risk", value: "Low"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/invoice-billing-information-form-graphic-concept_53876-132662.jpg?_wi=2",
|
||||
imageAlt: "3d global sales map data",
|
||||
},
|
||||
imageAlt: "3d global sales map data"},
|
||||
{
|
||||
title: "Priority Actions",
|
||||
description: "Identify high-risk accounts and critical alerts with an intuitive task list.",
|
||||
bentoComponent: "3d-task-list",
|
||||
items: [
|
||||
title: "Priority Actions", description: "Identify high-risk accounts and critical alerts with an intuitive task list.", bentoComponent: "3d-task-list", items: [
|
||||
{
|
||||
icon: AlertCircle,
|
||||
label: "Sales decline in Q3",
|
||||
time: "High Risk",
|
||||
},
|
||||
label: "Sales decline in Q3", time: "High Risk"},
|
||||
{
|
||||
icon: Bell,
|
||||
label: "Overdue client payment",
|
||||
time: "Pending Review",
|
||||
},
|
||||
label: "Overdue client payment", time: "Pending Review"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Q2 Financial Audit",
|
||||
time: "Completed",
|
||||
},
|
||||
label: "Q2 Financial Audit", time: "Completed"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg?_wi=2",
|
||||
imageAlt: "3d global sales map data",
|
||||
},
|
||||
imageAlt: "3d global sales map data"},
|
||||
{
|
||||
title: "Real-time Alerts",
|
||||
description: "Receive instant notifications for critical business changes directly on your mobile.",
|
||||
bentoComponent: "phone",
|
||||
statusIcon: Bell,
|
||||
title: "Real-time Alerts", description: "Receive instant notifications for critical business changes directly on your mobile.", bentoComponent: "phone", statusIcon: Bell,
|
||||
alertIcon: AlertCircle,
|
||||
alertTitle: "Sales Decline Alert",
|
||||
alertMessage: "Region North sales down 15% this month.",
|
||||
apps: [
|
||||
alertTitle: "Sales Decline Alert", alertMessage: "Region North sales down 15% this month.", apps: [
|
||||
{
|
||||
name: "Sales",
|
||||
icon: LineChart,
|
||||
name: "Sales", icon: LineChart,
|
||||
},
|
||||
{
|
||||
name: "Finance",
|
||||
icon: Wallet,
|
||||
name: "Finance", icon: Wallet,
|
||||
},
|
||||
{
|
||||
name: "Clients",
|
||||
icon: User,
|
||||
name: "Clients", icon: User,
|
||||
},
|
||||
{
|
||||
name: "Alerts",
|
||||
icon: Bell,
|
||||
name: "Alerts", icon: Bell,
|
||||
},
|
||||
{
|
||||
name: "Reports",
|
||||
icon: BarChart,
|
||||
name: "Reports", icon: BarChart,
|
||||
},
|
||||
{
|
||||
name: "Team",
|
||||
icon: MessageCircle,
|
||||
name: "Team", icon: MessageCircle,
|
||||
},
|
||||
{
|
||||
name: "Settings",
|
||||
icon: Globe,
|
||||
name: "Settings", icon: Globe,
|
||||
},
|
||||
{
|
||||
name: "Help",
|
||||
icon: ShieldCheck,
|
||||
name: "Help", icon: ShieldCheck,
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg?_wi=2",
|
||||
imageAlt: "3d global sales map data",
|
||||
},
|
||||
imageAlt: "3d global sales map data"},
|
||||
]}
|
||||
title="Core Features Designed for Impact"
|
||||
description="Explore the powerful capabilities that provide every stakeholder with the precise data they need to excel."
|
||||
@@ -275,37 +184,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "75%",
|
||||
title: "Sales Growth",
|
||||
description: "Year-over-year increase in revenue.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-pointing-his-finger-growth-graph_53876-96227.jpg",
|
||||
imageAlt: "Ascending bar chart showing sales growth",
|
||||
},
|
||||
id: "m1", value: "75%", title: "Sales Growth", description: "Year-over-year increase in revenue.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-pointing-his-finger-growth-graph_53876-96227.jpg", imageAlt: "Ascending bar chart showing sales growth"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "$1.2M",
|
||||
title: "Receivables Collected",
|
||||
description: "Monthly collection efficiency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diagrams-with-money-table_23-2147931206.jpg",
|
||||
imageAlt: "Digital display showing receivables collected",
|
||||
},
|
||||
id: "m2", value: "$1.2M", title: "Receivables Collected", description: "Monthly collection efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/diagrams-with-money-table_23-2147931206.jpg", imageAlt: "Digital display showing receivables collected"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "303+",
|
||||
title: "Active Clients",
|
||||
description: "Growing client base with improved retention.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-reflection_23-2148898145.jpg",
|
||||
imageAlt: "Abstract visualization of interconnected client network",
|
||||
},
|
||||
id: "m3", value: "303+", title: "Active Clients", description: "Growing client base with improved retention.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-reflection_23-2148898145.jpg", imageAlt: "Abstract visualization of interconnected client network"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "98%",
|
||||
title: "Data Accuracy",
|
||||
description: "Ensuring reliable insights for decision-making.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg",
|
||||
imageAlt: "Speedometer indicating high data accuracy",
|
||||
},
|
||||
id: "m4", value: "98%", title: "Data Accuracy", description: "Ensuring reliable insights for decision-making.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg", imageAlt: "Speedometer indicating high data accuracy"},
|
||||
]}
|
||||
title="Your Business at a Glance"
|
||||
description="Key performance indicators across sales, finance, and operations, updated monthly for comprehensive oversight."
|
||||
@@ -317,14 +202,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Traders Inc.",
|
||||
"Market Dynamics Corp.",
|
||||
"Future Finance Solutions",
|
||||
"Pinnacle Commodities",
|
||||
"Nexus Analytics",
|
||||
"TradeFlow Group",
|
||||
"Vanguard Holdings",
|
||||
]}
|
||||
"Global Traders Inc.", "Market Dynamics Corp.", "Future Finance Solutions", "Pinnacle Commodities", "Nexus Analytics", "TradeFlow Group", "Vanguard Holdings"]}
|
||||
title="Trusted by Leading Trading Companies"
|
||||
description="Our analytics dashboard is the chosen solution for businesses looking to gain a competitive edge in data intelligence."
|
||||
speed={40}
|
||||
@@ -339,26 +217,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Chen",
|
||||
role: "Head of Data Science",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg",
|
||||
imageAlt: "Sarah Chen, Head of Data Science",
|
||||
},
|
||||
id: "t1", name: "Sarah Chen", role: "Head of Data Science", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", imageAlt: "Sarah Chen, Head of Data Science"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Lee",
|
||||
role: "Lead Solutions Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
|
||||
imageAlt: "David Lee, Lead Solutions Architect",
|
||||
},
|
||||
id: "t2", name: "David Lee", role: "Lead Solutions Architect", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", imageAlt: "David Lee, Lead Solutions Architect"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Senior Business Analyst",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswomen-relaxing-cafe_53876-30774.jpg",
|
||||
imageAlt: "Maria Rodriguez, Senior Business Analyst",
|
||||
},
|
||||
id: "t3", name: "Maria Rodriguez", role: "Senior Business Analyst", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswomen-relaxing-cafe_53876-30774.jpg", imageAlt: "Maria Rodriguez, Senior Business Analyst"},
|
||||
]}
|
||||
title="Meet Our Expert Analysts"
|
||||
description="Our team brings together deep expertise in finance, sales, and data science to deliver unparalleled insights."
|
||||
@@ -373,25 +236,15 @@ export default function LandingPage() {
|
||||
author="John Davis, Sales Director at Global Trading Co."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-african-man-smiling-stretching-hands-camera_176420-12617.jpg",
|
||||
alt: "John Davis",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-african-man-smiling-stretching-hands-camera_176420-12617.jpg", alt: "John Davis"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-glasses_23-2147989567.jpg",
|
||||
alt: "Emily White",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-glasses_23-2147989567.jpg", alt: "Emily White"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg",
|
||||
alt: "Michael Brown",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", alt: "Michael Brown"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-man-using-laptop-tablet-same-time_482257-8141.jpg",
|
||||
alt: "Jessica Green",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-man-using-laptop-tablet-same-time_482257-8141.jpg", alt: "Jessica Green"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-african-american-man-cafe-fashion-shooting-paris_1321-3441.jpg",
|
||||
alt: "Alex Rodriguez, Financial Strategist",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-african-american-man-cafe-fashion-shooting-paris_1321-3441.jpg", alt: "Alex Rodriguez, Financial Strategist"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -404,35 +257,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How often is the data updated?",
|
||||
content: "Our dashboard provides real-time data updates, ensuring you always have the most current insights.",
|
||||
},
|
||||
id: "f1", title: "How often is the data updated?", content: "Our dashboard provides real-time data updates, ensuring you always have the most current insights."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I customize the dashboard views?",
|
||||
content: "Yes, our flexible interface allows for extensive customization to meet your specific reporting needs.",
|
||||
},
|
||||
id: "f2", title: "Can I customize the dashboard views?", content: "Yes, our flexible interface allows for extensive customization to meet your specific reporting needs."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is my client data secure?",
|
||||
content: "We employ industry-leading encryption and security protocols to protect all your sensitive financial and sales data.",
|
||||
},
|
||||
id: "f3", title: "Is my client data secure?", content: "We employ industry-leading encryption and security protocols to protect all your sensitive financial and sales data."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "What kind of support is available?",
|
||||
content: "We offer dedicated customer support, including onboarding, training, and 24/7 technical assistance.",
|
||||
},
|
||||
id: "f4", title: "What kind of support is available?", content: "We offer dedicated customer support, including onboarding, training, and 24/7 technical assistance."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "How long does implementation take?",
|
||||
content: "Typical implementation ranges from 2-4 weeks, depending on data integration complexity.",
|
||||
},
|
||||
id: "f5", title: "How long does implementation take?", content: "Typical implementation ranges from 2-4 weeks, depending on data integration complexity."},
|
||||
{
|
||||
id: "f6",
|
||||
title: "Can it integrate with existing systems?",
|
||||
content: "Our platform is designed for seamless integration with most major ERP and CRM systems.",
|
||||
},
|
||||
id: "f6", title: "Can it integrate with existing systems?", content: "Our platform is designed for seamless integration with most major ERP and CRM systems."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to the most common questions about our platform, features, and data security."
|
||||
@@ -444,79 +279,53 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to transform your business with actionable analytics? Get in touch today for a personalized demo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Demo",
|
||||
href: "#",
|
||||
},
|
||||
text: "Request a Demo", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
videoSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139330.jpg?_wi=1"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139330.jpg"
|
||||
videoAriaLabel="Abstract data visualization background"
|
||||
logoText="Analytics Dashboard"
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "Sales Performance",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Sales Performance", href: "#features"},
|
||||
{
|
||||
label: "Receivables Management",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Receivables Management", href: "#features"},
|
||||
{
|
||||
label: "Executive Insights",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Executive Insights", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Analytics Dashboard. All rights reserved."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139330.jpg?_wi=2"
|
||||
imageAlt="abstract data flow video loop"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user