diff --git a/src/app/analytics/page.tsx b/src/app/analytics/page.tsx
index 0241d9a..d614146 100644
--- a/src/app/analytics/page.tsx
+++ b/src/app/analytics/page.tsx
@@ -10,7 +10,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import Link from "next/link";
import {
Target,
- Check,
CheckCircle,
Database,
BarChart3,
@@ -42,7 +41,7 @@ export default function AnalyticsPage() {
borderRadius="soft"
contentWidth="small"
sizing="mediumLarge"
- background="noise"
+ background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -61,17 +60,14 @@ export default function AnalyticsPage() {
description="Our comprehensive analytics platform provides deep insights into your financial performance with interactive dashboards, detailed reporting capabilities, and real-time data processing. Access visualizations of revenue trends, expense patterns, and profitability metrics to make informed business decisions."
metrics={[
{
- value: "Real-Time",
- title: "Data Processing Speed",
- },
+ value: "Real-Time", title: "Data Processing Speed"},
{
- value: "100+",
- title: "Report Templates Available",
- },
+ value: "100+", title: "Report Templates Available"},
]}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-revenue-trends-visualizat-1773335192060-fbac457d.png?_wi=3"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-revenue-trends-visualizat-1773335192060-fbac457d.png"
imageAlt="Revenue trends visualization"
mediaAnimation="slide-up"
+ metricsAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -84,83 +80,59 @@ export default function AnalyticsPage() {
tagAnimation="slide-up"
features={[
{
- id: "1",
- title: "Interactive Data Visualization",
- description: "Professional-grade charts and graphs displaying revenue trends, expense breakdowns, and profit patterns with interactive filtering and drill-down capabilities.",
- media: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-revenue-trends-visualizat-1773335192060-fbac457d.png?_wi=4",
- },
+ id: "1", title: "Interactive Data Visualization", description: "Professional-grade charts and graphs displaying revenue trends, expense breakdowns, and profit patterns with interactive filtering and drill-down capabilities.", media: {
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-revenue-trends-visualizat-1773335192060-fbac457d.png"},
items: [
{
icon: LineChart,
- text: "Revenue trend analysis",
- },
+ text: "Revenue trend analysis"},
{
icon: PieChart,
- text: "Expense distribution charts",
- },
+ text: "Expense distribution charts"},
{
icon: BarChart4,
- text: "Comparative metrics",
- },
+ text: "Comparative metrics"},
{
icon: Filter,
- text: "Dynamic filtering options",
- },
+ text: "Dynamic filtering options"},
],
reverse: false,
},
{
- id: "2",
- title: "Expense Breakdown Analysis",
- description: "Detailed analysis of operational costs, marketing expenses, and employee salaries with trend analysis and comparative reporting across multiple time periods.",
- media: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-comprehensive-expense-breakdown-visual-1773335192593-ff0d8cf2.png?_wi=1",
- },
+ id: "2", title: "Expense Breakdown Analysis", description: "Detailed analysis of operational costs, marketing expenses, and employee salaries with trend analysis and comparative reporting across multiple time periods.", media: {
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-comprehensive-expense-breakdown-visual-1773335192593-ff0d8cf2.png"},
items: [
{
icon: BarChart3,
- text: "Cost category tracking",
- },
+ text: "Cost category tracking"},
{
icon: TrendingUp,
- text: "Trend identification",
- },
+ text: "Trend identification"},
{
icon: CheckCircle,
- text: "Variance analysis",
- },
+ text: "Variance analysis"},
{
icon: Database,
- text: "Historical comparison",
- },
+ text: "Historical comparison"},
],
reverse: true,
},
{
- id: "3",
- title: "Performance Metrics Dashboard",
- description: "Key performance indicator tracking with custom metrics, benchmarking capabilities, and performance alerts to monitor your financial health.",
- media: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-clean-software-dashboard-interf-1773335193843-3c4b4eb4.png?_wi=4",
- },
+ id: "3", title: "Performance Metrics Dashboard", description: "Key performance indicator tracking with custom metrics, benchmarking capabilities, and performance alerts to monitor your financial health.", media: {
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-clean-software-dashboard-interf-1773335193843-3c4b4eb4.png"},
items: [
{
icon: TrendingUp,
- text: "KPI tracking",
- },
+ text: "KPI tracking"},
{
icon: Zap,
- text: "Real-time alerts",
- },
+ text: "Real-time alerts"},
{
icon: Target,
- text: "Goal benchmarking",
- },
+ text: "Goal benchmarking"},
{
icon: Users,
- text: "Team performance view",
- },
+ text: "Team performance view"},
],
reverse: false,
},
@@ -179,29 +151,17 @@ export default function AnalyticsPage() {
tagAnimation="slide-up"
metrics={[
{
- id: "1",
- icon: TrendingUp,
- title: "Data Accuracy",
- value: "99.9%",
- },
+ id: "1", icon: TrendingUp,
+ title: "Data Accuracy", value: "99.9%"},
{
- id: "2",
- icon: Zap,
- title: "Processing Speed",
- value: "<50ms",
- },
+ id: "2", icon: Zap,
+ title: "Processing Speed", value: "<50ms"},
{
- id: "3",
- icon: BarChart4,
- title: "Report Types",
- value: "100+",
- },
+ id: "3", icon: BarChart4,
+ title: "Report Types", value: "100+"},
{
- id: "4",
- icon: Users,
- title: "Active Analysts",
- value: "500+",
- },
+ id: "4", icon: Users,
+ title: "Active Analysts", value: "500+"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -217,35 +177,17 @@ export default function AnalyticsPage() {
tagAnimation="slide-up"
faqs={[
{
- id: "1",
- title: "What analytics reports are available?",
- content: "Our platform offers 100+ pre-built report templates including revenue analysis, expense tracking, profitability reports, trend analysis, comparative metrics, and custom report builder functionality. All reports can be exported in multiple formats.",
- },
+ id: "1", title: "What analytics reports are available?", content: "Our platform offers 100+ pre-built report templates including revenue analysis, expense tracking, profitability reports, trend analysis, comparative metrics, and custom report builder functionality. All reports can be exported in multiple formats."},
{
- id: "2",
- title: "How often is data updated in the analytics dashboard?",
- content: "The analytics platform processes data in real-time with refresh intervals under 50ms. Data visualizations update instantly when new financial data is submitted, ensuring you always have current insights.",
- },
+ id: "2", title: "How often is data updated in the analytics dashboard?", content: "The analytics platform processes data in real-time with refresh intervals under 50ms. Data visualizations update instantly when new financial data is submitted, ensuring you always have current insights."},
{
- id: "3",
- title: "Can I customize the dashboard visualizations?",
- content: "Yes, you can customize dashboard layouts, select which metrics to display, adjust chart types, modify time periods, and apply filters. Save multiple dashboard configurations for different analytical perspectives.",
- },
+ id: "3", title: "Can I customize the dashboard visualizations?", content: "Yes, you can customize dashboard layouts, select which metrics to display, adjust chart types, modify time periods, and apply filters. Save multiple dashboard configurations for different analytical perspectives."},
{
- id: "4",
- title: "What data visualization types are supported?",
- content: "We support line charts, bar graphs, pie charts, area charts, scatter plots, heatmaps, and custom visualizations. All charts are interactive with zoom, pan, and drill-down capabilities.",
- },
+ id: "4", title: "What data visualization types are supported?", content: "We support line charts, bar graphs, pie charts, area charts, scatter plots, heatmaps, and custom visualizations. All charts are interactive with zoom, pan, and drill-down capabilities."},
{
- id: "5",
- title: "Can I export analytics reports?",
- content: "Yes, reports can be exported in PDF, Excel, CSV, and PNG formats. Schedule automated report generation and delivery to email addresses. Create report templates for recurring analysis.",
- },
+ id: "5", title: "Can I export analytics reports?", content: "Yes, reports can be exported in PDF, Excel, CSV, and PNG formats. Schedule automated report generation and delivery to email addresses. Create report templates for recurring analysis."},
{
- id: "6",
- title: "How are multiple data sources integrated?",
- content: "The analytics platform integrates data from multiple sources through CSV imports, database connections, and API integrations. Data consolidation and normalization happens automatically.",
- },
+ id: "6", title: "How are multiple data sources integrated?", content: "The analytics platform integrates data from multiple sources through CSV imports, database connections, and API integrations. Data consolidation and normalization happens automatically."},
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -260,19 +202,13 @@ export default function AnalyticsPage() {
socialLinks={[
{
icon: Github,
- href: "https://github.com",
- ariaLabel: "GitHub",
- },
+ href: "https://github.com", ariaLabel: "GitHub"},
{
icon: Linkedin,
- href: "https://linkedin.com",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com", ariaLabel: "LinkedIn"},
{
icon: Twitter,
- href: "https://twitter.com",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com", ariaLabel: "Twitter"},
]}
/>
diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx
index 5356f47..8882597 100644
--- a/src/app/dashboard/page.tsx
+++ b/src/app/dashboard/page.tsx
@@ -12,7 +12,6 @@ import {
Zap,
Users,
Database,
- InputIcon,
CheckCircle,
BarChart3,
Brain,
@@ -35,7 +34,7 @@ export default function DashboardPage() {
borderRadius="soft"
contentWidth="small"
sizing="mediumLarge"
- background="noise"
+ background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -60,7 +59,7 @@ export default function DashboardPage() {
@@ -83,29 +82,17 @@ export default function DashboardPage() {
tagAnimation="slide-up"
metrics={[
{
- id: "1",
- icon: TrendingUp,
- title: "Current Accuracy",
- value: "96.2%",
- },
+ id: "1", icon: TrendingUp,
+ title: "Current Accuracy", value: "96.2%"},
{
- id: "2",
- icon: Zap,
- title: "Avg Response Time",
- value: "87ms",
- },
+ id: "2", icon: Zap,
+ title: "Avg Response Time", value: "87ms"},
{
- id: "3",
- icon: Users,
- title: "Active Sessions",
- value: "247",
- },
+ id: "3", icon: Users,
+ title: "Active Sessions", value: "247"},
{
- id: "4",
- icon: Database,
- title: "Data Points Analyzed",
- value: "2.3M",
- },
+ id: "4", icon: Database,
+ title: "Data Points Analyzed", value: "2.3M"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -122,14 +109,10 @@ export default function DashboardPage() {
tagAnimation="slide-up"
features={[
{
- id: "1",
- title: "Real-Time Data Monitoring",
- description:
- "Monitor your financial metrics as they update in real-time. The dashboard provides live tracking of revenue, expenses, and profit predictions with automatic refresh intervals.",
- media: {
+ id: "1", title: "Real-Time Data Monitoring", description:
+ "Monitor your financial metrics as they update in real-time. The dashboard provides live tracking of revenue, expenses, and profit predictions with automatic refresh intervals.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-clean-software-dashboard-interf-1773335193843-3c4b4eb4.png?_wi=3",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-clean-software-dashboard-interf-1773335193843-3c4b4eb4.png"},
items: [
{ icon: LineChart, text: "Live metric tracking" },
{ icon: RefreshCw, text: "Auto-refresh intervals" },
@@ -139,14 +122,10 @@ export default function DashboardPage() {
reverse: false,
},
{
- id: "2",
- title: "Advanced Visualization Suite",
- description:
- "Powerful chart rendering engine displaying multiple visualization types including line charts, bar graphs, pie charts, and custom analytics views with drill-down capabilities.",
- media: {
+ id: "2", title: "Advanced Visualization Suite", description:
+ "Powerful chart rendering engine displaying multiple visualization types including line charts, bar graphs, pie charts, and custom analytics views with drill-down capabilities.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-revenue-trends-visualizat-1773335192060-fbac457d.png?_wi=2",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-revenue-trends-visualizat-1773335192060-fbac457d.png"},
items: [
{ icon: PieChart, text: "Multi-chart rendering" },
{ icon: BarChart4, text: "Custom visualization" },
@@ -156,16 +135,12 @@ export default function DashboardPage() {
reverse: true,
},
{
- id: "3",
- title: "Data Import and Management",
- description:
- "Seamlessly import financial data from multiple sources. CSV upload functionality with validation, data mapping, and automatic integration into your forecasting models.",
- media: {
+ id: "3", title: "Data Import and Management", description:
+ "Seamlessly import financial data from multiple sources. CSV upload functionality with validation, data mapping, and automatic integration into your forecasting models.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-clean-professional-financial-data-inpu-1773335191893-8d4389c9.png?_wi=3",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-clean-professional-financial-data-inpu-1773335191893-8d4389c9.png"},
items: [
- { icon: InputIcon, text: "Multi-source import" },
+ { icon: Database, text: "Multi-source import" },
{ icon: CheckCircle, text: "Data validation" },
{ icon: BarChart3, text: "Format detection" },
{ icon: Database, text: "Secure storage" },
@@ -187,19 +162,13 @@ export default function DashboardPage() {
socialLinks={[
{
icon: Github,
- href: "https://github.com",
- ariaLabel: "GitHub",
- },
+ href: "https://github.com", ariaLabel: "GitHub"},
{
icon: Linkedin,
- href: "https://linkedin.com",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com", ariaLabel: "LinkedIn"},
{
icon: Twitter,
- href: "https://twitter.com",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com", ariaLabel: "Twitter"},
]}
/>
diff --git a/src/app/forecasting/page.tsx b/src/app/forecasting/page.tsx
index 6c15a00..d05a49e 100644
--- a/src/app/forecasting/page.tsx
+++ b/src/app/forecasting/page.tsx
@@ -41,7 +41,7 @@ export default function ForecastingPage() {
borderRadius="soft"
contentWidth="small"
sizing="mediumLarge"
- background="noise"
+ background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -60,17 +60,14 @@ export default function ForecastingPage() {
description="Our proprietary machine learning regression model delivers enterprise-grade profit forecasting with 95%+ accuracy. Analyze historical financial patterns, identify trends, and predict future profitability with confidence intervals and scenario modeling capabilities."
metrics={[
{
- value: "95%+",
- title: "Prediction Accuracy Rate",
- },
+ value: "95%+", title: "Prediction Accuracy Rate"},
{
- value: "Real-Time",
- title: "Forecast Generation",
- },
+ value: "Real-Time", title: "Forecast Generation"},
]}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-data-visualization-showin-1773335191639-f62dbbb1.png?_wi=2"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-data-visualization-showin-1773335191639-f62dbbb1.png"
imageAlt="ML profit prediction chart"
mediaAnimation="slide-up"
+ metricsAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -83,83 +80,59 @@ export default function ForecastingPage() {
tagAnimation="slide-up"
features={[
{
- id: "1",
- title: "Advanced ML Prediction Engine",
- description: "Proprietary machine learning regression model trained on extensive financial datasets to deliver accurate profit forecasting based on multiple financial indicators and historical patterns.",
- media: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-data-visualization-showin-1773335191639-f62dbbb1.png?_wi=3",
- },
+ id: "1", title: "Advanced ML Prediction Engine", description: "Proprietary machine learning regression model trained on extensive financial datasets to deliver accurate profit forecasting based on multiple financial indicators and historical patterns.", media: {
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-data-visualization-showin-1773335191639-f62dbbb1.png"},
items: [
{
icon: Brain,
- text: "Regression-based predictions",
- },
+ text: "Regression-based predictions"},
{
icon: TrendingUp,
- text: "Seasonal trend analysis",
- },
+ text: "Seasonal trend analysis"},
{
icon: AlertCircle,
- text: "Confidence intervals",
- },
+ text: "Confidence intervals"},
{
icon: RefreshCw,
- text: "Continuous model optimization",
- },
+ text: "Continuous model optimization"},
],
reverse: false,
},
{
- id: "2",
- title: "CSV Dataset Management",
- description: "Upload and process large financial datasets from CSV files with automatic parsing, validation, and integration into the forecasting model for bulk analysis and historical pattern recognition.",
- media: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-file-upload-interface-for-csv-d-1773335193067-2db0959a.png?_wi=2",
- },
+ id: "2", title: "CSV Dataset Management", description: "Upload and process large financial datasets from CSV files with automatic parsing, validation, and integration into the forecasting model for bulk analysis and historical pattern recognition.", media: {
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-file-upload-interface-for-csv-d-1773335193067-2db0959a.png"},
items: [
{
icon: Upload,
- text: "Drag-and-drop file upload",
- },
+ text: "Drag-and-drop file upload"},
{
icon: FileCheck,
- text: "CSV format validation",
- },
+ text: "CSV format validation"},
{
icon: Table,
- text: "Data preview and mapping",
- },
+ text: "Data preview and mapping"},
{
icon: RotateCcw,
- text: "Batch processing",
- },
+ text: "Batch processing"},
],
reverse: true,
},
{
- id: "3",
- title: "Scenario Analysis & Modeling",
- description: "Compare multiple forecasting scenarios with different assumptions. Model optimistic, realistic, and pessimistic profit predictions to prepare for various business outcomes and strategic planning.",
- media: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-comprehensive-expense-breakdown-visual-1773335192593-ff0d8cf2.png?_wi=2",
- },
+ id: "3", title: "Scenario Analysis & Modeling", description: "Compare multiple forecasting scenarios with different assumptions. Model optimistic, realistic, and pessimistic profit predictions to prepare for various business outcomes and strategic planning.", media: {
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-comprehensive-expense-breakdown-visual-1773335192593-ff0d8cf2.png"},
items: [
{
icon: TrendingUp,
- text: "Multi-scenario modeling",
- },
+ text: "Multi-scenario modeling"},
{
icon: Zap,
- text: "Sensitivity analysis",
- },
+ text: "Sensitivity analysis"},
{
icon: Database,
- text: "Historical comparison",
- },
+ text: "Historical comparison"},
{
icon: AlertCircle,
- text: "Risk assessment",
- },
+ text: "Risk assessment"},
],
reverse: false,
},
@@ -178,29 +151,17 @@ export default function ForecastingPage() {
tagAnimation="slide-up"
metrics={[
{
- id: "1",
- icon: TrendingUp,
- title: "Model Accuracy",
- value: "95%+",
- },
+ id: "1", icon: TrendingUp,
+ title: "Model Accuracy", value: "95%+"},
{
- id: "2",
- icon: Zap,
- title: "Processing Speed",
- value: "<100ms",
- },
+ id: "2", icon: Zap,
+ title: "Processing Speed", value: "<100ms"},
{
- id: "3",
- icon: Database,
- title: "Datasets Analyzed",
- value: "10,000+",
- },
+ id: "3", icon: Database,
+ title: "Datasets Analyzed", value: "10,000+"},
{
- id: "4",
- icon: Brain,
- title: "ML Features",
- value: "50+",
- },
+ id: "4", icon: Brain,
+ title: "ML Features", value: "50+"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -214,38 +175,24 @@ export default function ForecastingPage() {
description="Interested in seeing our ML forecasting capabilities in action? Schedule a personalized demonstration and learn how we can help optimize your profit forecasting."
inputs={[
{
- name: "fullName",
- type: "text",
- placeholder: "Full Name",
- required: true,
+ name: "fullName", type: "text", placeholder: "Full Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Professional Email",
- required: true,
+ name: "email", type: "email", placeholder: "Professional Email", required: true,
},
{
- name: "company",
- type: "text",
- placeholder: "Company/Organization",
- required: true,
+ name: "company", type: "text", placeholder: "Company/Organization", required: true,
},
{
- name: "role",
- type: "text",
- placeholder: "Job Title/Role",
- required: true,
+ name: "role", type: "text", placeholder: "Job Title/Role", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your forecasting needs...",
- rows: 5,
+ name: "message", placeholder: "Tell us about your forecasting needs...", rows: 5,
required: true,
}}
useInvertedBackground={false}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-system-architecture-diagr-1773335192249-d34de477.png?_wi=2"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-system-architecture-diagr-1773335192249-d34de477.png"
imageAlt="System Architecture"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -260,19 +207,13 @@ export default function ForecastingPage() {
socialLinks={[
{
icon: Github,
- href: "https://github.com",
- ariaLabel: "GitHub",
- },
+ href: "https://github.com", ariaLabel: "GitHub"},
{
icon: Linkedin,
- href: "https://linkedin.com",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com", ariaLabel: "LinkedIn"},
{
icon: Twitter,
- href: "https://twitter.com",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com", ariaLabel: "Twitter"},
]}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index d774713..acc519c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -14,7 +14,6 @@ import FooterCard from "@/components/sections/footer/FooterCard";
import {
Sparkles,
Target,
- InputIcon,
CheckCircle,
Database,
BarChart3,
@@ -47,7 +46,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="small"
sizing="mediumLarge"
- background="noise"
+ background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -72,7 +71,7 @@ export default function HomePage() {
@@ -92,21 +91,19 @@ export default function HomePage() {
@@ -120,16 +117,12 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
- id: "1",
- title: "Financial Data Input Module",
- description:
- "Seamlessly input and manage financial data including monthly revenue, operational costs, marketing expenses, and employee salary expenses with real-time validation and error checking.",
- media: {
+ id: "1", title: "Financial Data Input Module", description:
+ "Seamlessly input and manage financial data including monthly revenue, operational costs, marketing expenses, and employee salary expenses with real-time validation and error checking.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-clean-professional-financial-data-inpu-1773335191893-8d4389c9.png?_wi=2",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-clean-professional-financial-data-inpu-1773335191893-8d4389c9.png"},
items: [
- { icon: InputIcon, text: "Multi-field data entry forms" },
+ { icon: Database, text: "Multi-field data entry forms" },
{ icon: CheckCircle, text: "Automated data validation" },
{ icon: Database, text: "Secure data storage" },
{ icon: BarChart3, text: "Real-time data preview" },
@@ -137,14 +130,10 @@ export default function HomePage() {
reverse: false,
},
{
- id: "2",
- title: "Advanced ML Prediction Engine",
- description:
- "Proprietary machine learning regression model trained on extensive financial datasets to deliver accurate profit forecasting based on multiple financial indicators and historical patterns.",
- media: {
+ id: "2", title: "Advanced ML Prediction Engine", description:
+ "Proprietary machine learning regression model trained on extensive financial datasets to deliver accurate profit forecasting based on multiple financial indicators and historical patterns.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-data-visualization-showin-1773335191639-f62dbbb1.png?_wi=1",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-data-visualization-showin-1773335191639-f62dbbb1.png"},
items: [
{ icon: Brain, text: "Regression-based predictions" },
{ icon: TrendingUp, text: "Seasonal trend analysis" },
@@ -154,14 +143,10 @@ export default function HomePage() {
reverse: true,
},
{
- id: "3",
- title: "Interactive Data Visualization",
- description:
- "Professional-grade charts and graphs displaying revenue trends, expense breakdowns, and profit predictions with interactive filtering and drill-down capabilities.",
- media: {
+ id: "3", title: "Interactive Data Visualization", description:
+ "Professional-grade charts and graphs displaying revenue trends, expense breakdowns, and profit predictions with interactive filtering and drill-down capabilities.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-revenue-trends-visualizat-1773335192060-fbac457d.png?_wi=1",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-revenue-trends-visualizat-1773335192060-fbac457d.png"},
items: [
{ icon: LineChart, text: "Revenue trend analysis" },
{ icon: PieChart, text: "Expense distribution charts" },
@@ -171,14 +156,10 @@ export default function HomePage() {
reverse: false,
},
{
- id: "4",
- title: "CSV Dataset Management",
- description:
- "Upload and process large financial datasets from CSV files with automatic parsing, validation, and integration into the forecasting model for bulk analysis.",
- media: {
+ id: "4", title: "CSV Dataset Management", description:
+ "Upload and process large financial datasets from CSV files with automatic parsing, validation, and integration into the forecasting model for bulk analysis.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-file-upload-interface-for-csv-d-1773335193067-2db0959a.png?_wi=1",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-file-upload-interface-for-csv-d-1773335193067-2db0959a.png"},
items: [
{ icon: Upload, text: "Drag-and-drop file upload" },
{ icon: FileCheck, text: "CSV format validation" },
@@ -188,14 +169,10 @@ export default function HomePage() {
reverse: true,
},
{
- id: "5",
- title: "AI-Powered Business Recommendations",
- description:
- "Intelligent analysis engine that generates actionable business recommendations based on financial data patterns, market trends, and forecasting results.",
- media: {
+ id: "5", title: "AI-Powered Business Recommendations", description:
+ "Intelligent analysis engine that generates actionable business recommendations based on financial data patterns, market trends, and forecasting results.", media: {
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-ai-powered-business-recom-1773335193567-6d51e7f9.png?_wi=1",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-ai-powered-business-recom-1773335193567-6d51e7f9.png"},
items: [
{ icon: Lightbulb, text: "Smart recommendations" },
{ icon: Target, text: "Actionable insights" },
@@ -220,29 +197,17 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
- id: "1",
- icon: TrendingUp,
- title: "Prediction Accuracy",
- value: "95%+",
- },
+ id: "1", icon: TrendingUp,
+ title: "Prediction Accuracy", value: "95%+"},
{
- id: "2",
- icon: Zap,
- title: "Processing Speed",
- value: "<100ms",
- },
+ id: "2", icon: Zap,
+ title: "Processing Speed", value: "<100ms"},
{
- id: "3",
- icon: Users,
- title: "Enterprise Users",
- value: "500+",
- },
+ id: "3", icon: Users,
+ title: "Enterprise Users", value: "500+"},
{
- id: "4",
- icon: Database,
- title: "Datasets Processed",
- value: "10,000+",
- },
+ id: "4", icon: Database,
+ title: "Datasets Processed", value: "10,000+"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -259,71 +224,35 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
- id: "1",
- name: "Dr. Sarah Chen",
- handle: "@drsarahchen",
- testimonial:
- "The IAEFS platform has revolutionized how our finance department approaches forecasting. The accuracy and speed of predictions have directly improved our quarterly planning process. Highly recommended for enterprises.",
- rating: 5,
+ id: "1", name: "Dr. Sarah Chen", handle: "@drsarahchen", testimonial:
+ "The IAEFS platform has revolutionized how our finance department approaches forecasting. The accuracy and speed of predictions have directly improved our quarterly planning process. Highly recommended for enterprises.", rating: 5,
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-pr-1773335191476-5686aeaa.png?_wi=1",
- imageAlt: "Dr. Sarah Chen",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-pr-1773335191476-5686aeaa.png", imageAlt: "Dr. Sarah Chen"},
{
- id: "2",
- name: "Michael Rodriguez",
- handle: "@mrodriguez",
- testimonial:
- "Implementing this system reduced our forecasting time by 70% while improving accuracy. The ML model is incredibly sophisticated yet intuitive to use. Outstanding platform for financial analytics.",
- rating: 5,
+ id: "2", name: "Michael Rodriguez", handle: "@mrodriguez", testimonial:
+ "Implementing this system reduced our forecasting time by 70% while improving accuracy. The ML model is incredibly sophisticated yet intuitive to use. Outstanding platform for financial analytics.", rating: 5,
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-re-1773335191572-188747dc.png?_wi=1",
- imageAlt: "Michael Rodriguez",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-re-1773335191572-188747dc.png", imageAlt: "Michael Rodriguez"},
{
- id: "3",
- name: "Professor Elena Ivanova",
- handle: "@prof_ivanova",
- testimonial:
- "As an academic advisor, I'm impressed by both the technical sophistication and educational value of this system. It's perfect for demonstrating real-world ML applications in finance.",
- rating: 5,
+ id: "3", name: "Professor Elena Ivanova", handle: "@prof_ivanova", testimonial:
+ "As an academic advisor, I'm impressed by both the technical sophistication and educational value of this system. It's perfect for demonstrating real-world ML applications in finance.", rating: 5,
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-st-1773335192039-ac4d7f37.png?_wi=1",
- imageAlt: "Professor Elena Ivanova",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-st-1773335192039-ac4d7f37.png", imageAlt: "Professor Elena Ivanova"},
{
- id: "4",
- name: "James Thompson",
- handle: "@jthompson_cfo",
- testimonial:
- "The AI-powered recommendations have provided insights we wouldn't have discovered through traditional analysis. This is enterprise-grade analytics made accessible to organizations of all sizes.",
- rating: 5,
+ id: "4", name: "James Thompson", handle: "@jthompson_cfo", testimonial:
+ "The AI-powered recommendations have provided insights we wouldn't have discovered through traditional analysis. This is enterprise-grade analytics made accessible to organizations of all sizes.", rating: 5,
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-pr-1773335191476-5686aeaa.png?_wi=2",
- imageAlt: "James Thompson",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-pr-1773335191476-5686aeaa.png", imageAlt: "James Thompson"},
{
- id: "5",
- name: "Lisa Park",
- handle: "@lisapark_analyst",
- testimonial:
- "The data visualization features are exceptional. Being able to see revenue trends, expense breakdowns, and profit predictions in one integrated interface has transformed our decision-making.",
- rating: 5,
+ id: "5", name: "Lisa Park", handle: "@lisapark_analyst", testimonial:
+ "The data visualization features are exceptional. Being able to see revenue trends, expense breakdowns, and profit predictions in one integrated interface has transformed our decision-making.", rating: 5,
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-re-1773335191572-188747dc.png?_wi=2",
- imageAlt: "Lisa Park",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-re-1773335191572-188747dc.png", imageAlt: "Lisa Park"},
{
- id: "6",
- name: "Dr. Rajesh Patel",
- handle: "@dr_rpatel",
- testimonial:
- "This platform represents the future of corporate finance. The machine learning integration is seamless, and the system maintains academic rigor while delivering practical business value.",
- rating: 5,
+ id: "6", name: "Dr. Rajesh Patel", handle: "@dr_rpatel", testimonial:
+ "This platform represents the future of corporate finance. The machine learning integration is seamless, and the system maintains academic rigor while delivering practical business value.", rating: 5,
imageSrc:
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-st-1773335192039-ac4d7f37.png?_wi=2",
- imageAlt: "Dr. Rajesh Patel",
- },
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-st-1773335192039-ac4d7f37.png", imageAlt: "Dr. Rajesh Patel"},
]}
showRating={true}
animationType="slide-up"
@@ -341,53 +270,29 @@ export default function HomePage() {
tagAnimation="slide-up"
faqs={[
{
- id: "1",
- title: "How accurate are the profit predictions?",
- content:
- "Our machine learning regression model achieves 95%+ accuracy on historical datasets. Accuracy depends on data quality and relevance. The system continuously learns and improves predictions as new data is provided. Confidence intervals are displayed for all forecasts to indicate prediction reliability.",
- },
+ id: "1", title: "How accurate are the profit predictions?", content:
+ "Our machine learning regression model achieves 95%+ accuracy on historical datasets. Accuracy depends on data quality and relevance. The system continuously learns and improves predictions as new data is provided. Confidence intervals are displayed for all forecasts to indicate prediction reliability."},
{
- id: "2",
- title: "What financial data does the system require?",
- content:
- "The core system requires: monthly revenue, operational costs, marketing expenses, and employee salary expenses. The model can incorporate additional variables like seasonal trends, market indicators, and historical forecasts for enhanced predictions. CSV bulk upload is supported for batch data processing.",
- },
+ id: "2", title: "What financial data does the system require?", content:
+ "The core system requires: monthly revenue, operational costs, marketing expenses, and employee salary expenses. The model can incorporate additional variables like seasonal trends, market indicators, and historical forecasts for enhanced predictions. CSV bulk upload is supported for batch data processing."},
{
- id: "3",
- title: "Can I upload historical data in CSV format?",
- content:
- "Yes! The platform supports CSV file uploads for bulk data processing. Simply prepare your data with columns for date, revenue, operational costs, marketing expenses, and salaries. The system validates and parses the data automatically, then integrates it into the forecasting model.",
- },
+ id: "3", title: "Can I upload historical data in CSV format?", content:
+ "Yes! The platform supports CSV file uploads for bulk data processing. Simply prepare your data with columns for date, revenue, operational costs, marketing expenses, and salaries. The system validates and parses the data automatically, then integrates it into the forecasting model."},
{
- id: "4",
- title: "What kind of business recommendations does the AI provide?",
- content:
- "The AI analysis engine generates recommendations based on: expense trends, profit margin patterns, seasonal variations, growth opportunities, cost optimization suggestions, and risk alerts. Recommendations are prioritized by potential impact and include supporting data visualization.",
- },
+ id: "4", title: "What kind of business recommendations does the AI provide?", content:
+ "The AI analysis engine generates recommendations based on: expense trends, profit margin patterns, seasonal variations, growth opportunities, cost optimization suggestions, and risk alerts. Recommendations are prioritized by potential impact and include supporting data visualization."},
{
- id: "5",
- title: "Is my financial data secure?",
- content:
- "Yes. The platform implements enterprise-grade security including: encrypted data transmission (HTTPS), secure backend storage, role-based access controls, audit logging, and GDPR compliance. Data is never shared with third parties and can be deleted on request.",
- },
+ id: "5", title: "Is my financial data secure?", content:
+ "Yes. The platform implements enterprise-grade security including: encrypted data transmission (HTTPS), secure backend storage, role-based access controls, audit logging, and GDPR compliance. Data is never shared with third parties and can be deleted on request."},
{
- id: "6",
- title: "What is the technology stack?",
- content:
- "Frontend: HTML5, CSS3, JavaScript with modern dashboard UI patterns. Backend: Python Flask framework for REST API and data processing. Machine Learning: Python with scikit-learn for regression modeling and predictions. Database: Secure data storage with automated backups.",
- },
+ id: "6", title: "What is the technology stack?", content:
+ "Frontend: HTML5, CSS3, JavaScript with modern dashboard UI patterns. Backend: Python Flask framework for REST API and data processing. Machine Learning: Python with scikit-learn for regression modeling and predictions. Database: Secure data storage with automated backups."},
{
- id: "7",
- title: "How often are predictions updated?",
- content:
- "Predictions are generated in real-time when you submit new financial data. The system processes updates instantly and displays forecasts within milliseconds. For CSV batch uploads, bulk predictions are generated and displayed immediately after processing.",
- },
+ id: "7", title: "How often are predictions updated?", content:
+ "Predictions are generated in real-time when you submit new financial data. The system processes updates instantly and displays forecasts within milliseconds. For CSV batch uploads, bulk predictions are generated and displayed immediately after processing."},
{
- id: "8",
- title: "Can the system handle multiple forecasting scenarios?",
- content:
- "Yes. You can input different financial scenarios (optimistic, realistic, pessimistic) and compare predictions side-by-side. This helps with strategic planning and risk assessment. The system stores historical scenarios for comparison and trend analysis.",
- },
+ id: "8", title: "Can the system handle multiple forecasting scenarios?", content:
+ "Yes. You can input different financial scenarios (optimistic, realistic, pessimistic) and compare predictions side-by-side. This helps with strategic planning and risk assessment. The system stores historical scenarios for comparison and trend analysis."},
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -402,39 +307,25 @@ export default function HomePage() {
description="Have questions about our platform? Contact our team to schedule a demo, request more information, or discuss enterprise implementation options."
inputs={[
{
- name: "fullName",
- type: "text",
- placeholder: "Full Name",
- required: true,
+ name: "fullName", type: "text", placeholder: "Full Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Professional Email",
- required: true,
+ name: "email", type: "email", placeholder: "Professional Email", required: true,
},
{
- name: "company",
- type: "text",
- placeholder: "Company/Organization",
- required: true,
+ name: "company", type: "text", placeholder: "Company/Organization", required: true,
},
{
- name: "role",
- type: "text",
- placeholder: "Job Title/Role",
- required: true,
+ name: "role", type: "text", placeholder: "Job Title/Role", required: true,
},
]}
textarea={{
- name: "message",
- placeholder:
- "Tell us about your forecasting needs and how IAEFS can help...",
- rows: 5,
+ name: "message", placeholder:
+ "Tell us about your forecasting needs and how IAEFS can help...", rows: 5,
required: true,
}}
useInvertedBackground={false}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-system-architecture-diagr-1773335192249-d34de477.png?_wi=1"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-system-architecture-diagr-1773335192249-d34de477.png"
imageAlt="System Architecture Diagram"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -450,19 +341,13 @@ export default function HomePage() {
socialLinks={[
{
icon: Github,
- href: "https://github.com",
- ariaLabel: "GitHub",
- },
+ href: "https://github.com", ariaLabel: "GitHub"},
{
icon: Linkedin,
- href: "https://linkedin.com",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com", ariaLabel: "LinkedIn"},
{
icon: Twitter,
- href: "https://twitter.com",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com", ariaLabel: "Twitter"},
]}
/>