Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-12 17:07:41 +00:00
6 changed files with 85 additions and 49 deletions

View File

@@ -69,7 +69,7 @@ export default function AnalyticsPage() {
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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-revenue-trends-visualizat-1773335192060-fbac457d.png?_wi=3"
imageAlt="Revenue trends visualization"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -88,7 +88,7 @@ export default function AnalyticsPage() {
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",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-revenue-trends-visualizat-1773335192060-fbac457d.png?_wi=4",
},
items: [
{
@@ -115,7 +115,7 @@ export default function AnalyticsPage() {
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",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-comprehensive-expense-breakdown-visual-1773335192593-ff0d8cf2.png?_wi=1",
},
items: [
{
@@ -142,7 +142,7 @@ export default function AnalyticsPage() {
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",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-clean-software-dashboard-interf-1773335193843-3c4b4eb4.png?_wi=4",
},
items: [
{

View File

@@ -68,7 +68,7 @@ export default function DashboardPage() {
{ text: "Back Home", href: "/" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-clean-software-dashboard-interf-1773335193843-3c4b4eb4.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-clean-software-dashboard-interf-1773335193843-3c4b4eb4.png?_wi=2"
imageAlt="Live Dashboard Analytics Interface"
mediaAnimation="slide-up"
/>
@@ -128,7 +128,7 @@ export default function DashboardPage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-clean-software-dashboard-interf-1773335193843-3c4b4eb4.png?_wi=3",
},
items: [
{ icon: LineChart, text: "Live metric tracking" },
@@ -145,7 +145,7 @@ export default function DashboardPage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-revenue-trends-visualizat-1773335192060-fbac457d.png?_wi=2",
},
items: [
{ icon: PieChart, text: "Multi-chart rendering" },
@@ -162,7 +162,7 @@ export default function DashboardPage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-clean-professional-financial-data-inpu-1773335191893-8d4389c9.png?_wi=3",
},
items: [
{ icon: InputIcon, text: "Multi-source import" },

View File

@@ -76,7 +76,7 @@ export default function DataManagementPage() {
{ text: "Learn More", href: "features" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-clean-software-dashboard-interf-1773335193843-3c4b4eb4.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-clean-software-dashboard-interf-1773335193843-3c4b4eb4.png?_wi=5"
imageAlt="Enterprise Financial Dashboard Interface"
mediaAnimation="slide-up"
/>
@@ -92,7 +92,7 @@ export default function DataManagementPage() {
{ value: "95%+", title: "Prediction Accuracy Rate" },
{ value: "Real-Time", title: "Data Processing Speed" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-clean-professional-financial-data-inpu-1773335191893-8d4389c9.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-clean-professional-financial-data-inpu-1773335191893-8d4389c9.png?_wi=4"
imageAlt="Financial Data Input Interface"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -113,7 +113,7 @@ export default function DataManagementPage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-clean-professional-financial-data-inpu-1773335191893-8d4389c9.png?_wi=5",
},
items: [
{ icon: Database, text: "Multi-field data entry forms" },
@@ -130,7 +130,7 @@ export default function DataManagementPage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-data-visualization-showin-1773335191639-f62dbbb1.png?_wi=4",
},
items: [
{ icon: Brain, text: "Regression-based predictions" },
@@ -147,7 +147,7 @@ export default function DataManagementPage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-revenue-trends-visualizat-1773335192060-fbac457d.png?_wi=5",
},
items: [
{ icon: LineChart, text: "Revenue trend analysis" },
@@ -164,7 +164,7 @@ export default function DataManagementPage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-file-upload-interface-for-csv-d-1773335193067-2db0959a.png?_wi=3",
},
items: [
{ icon: Upload, text: "Drag-and-drop file upload" },
@@ -181,7 +181,7 @@ export default function DataManagementPage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-ai-powered-business-recom-1773335193567-6d51e7f9.png?_wi=2",
},
items: [
{ icon: Lightbulb, text: "Smart recommendations" },
@@ -231,7 +231,7 @@ export default function DataManagementPage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-pr-1773335191476-5686aeaa.png?_wi=3",
},
{
id: "2",
@@ -241,7 +241,7 @@ export default function DataManagementPage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-re-1773335191572-188747dc.png?_wi=3",
},
{
id: "3",
@@ -251,7 +251,7 @@ export default function DataManagementPage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-st-1773335192039-ac4d7f37.png?_wi=3",
},
{
id: "4",
@@ -261,7 +261,7 @@ export default function DataManagementPage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-pr-1773335191476-5686aeaa.png?_wi=4",
},
{
id: "5",
@@ -271,7 +271,7 @@ export default function DataManagementPage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-re-1773335191572-188747dc.png?_wi=4",
},
{
id: "6",
@@ -281,7 +281,7 @@ export default function DataManagementPage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/professional-headshot-of-a-university-st-1773335192039-ac4d7f37.png?_wi=4",
},
]}
showRating={true}
@@ -391,7 +391,7 @@ export default function DataManagementPage() {
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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-system-architecture-diagr-1773335192249-d34de477.png?_wi=3"
imageAlt="System Architecture Diagram"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -68,7 +68,7 @@ export default function ForecastingPage() {
title: "Forecast Generation",
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-data-visualization-showin-1773335191639-f62dbbb1.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-data-visualization-showin-1773335191639-f62dbbb1.png?_wi=2"
imageAlt="ML profit prediction chart"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -87,7 +87,7 @@ export default function ForecastingPage() {
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",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-data-visualization-showin-1773335191639-f62dbbb1.png?_wi=3",
},
items: [
{
@@ -114,7 +114,7 @@ export default function ForecastingPage() {
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",
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",
},
items: [
{
@@ -141,7 +141,7 @@ export default function ForecastingPage() {
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",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-comprehensive-expense-breakdown-visual-1773335192593-ff0d8cf2.png?_wi=2",
},
items: [
{
@@ -245,7 +245,7 @@ export default function ForecastingPage() {
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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-system-architecture-diagr-1773335192249-d34de477.png?_wi=2"
imageAlt="System Architecture"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -1,24 +1,58 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Source_Sans_3 } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Source_Sans_3 } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "IAEFS - Intelligent Accounting Analytics Enterprise Profit Forecasting",
description: "Advanced ML-powered financial forecasting platform for enterprise profit prediction, real-time analytics, and business intelligence. Transform accounting data into actionable insights.",
keywords: "accounting analytics, profit forecasting, machine learning, financial intelligence, business analytics, enterprise forecasting",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "IAEFS - Intelligent Accounting Analytics",
description: "Enterprise profit forecasting system powered by machine learning regression models",
siteName: "Intelligent Accounting Analytics: Enterprise Profit Forecasting System",
type: "website",
images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-clean-software-dashboard-interf-1773335193843-3c4b4eb4.png",
alt: "IAEFS Dashboard Interface",
},
],
},
twitter: {
card: "summary_large_image",
title: "IAEFS - Enterprise Profit Forecasting",
description: "Advanced ML analytics for financial forecasting and business intelligence",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-clean-software-dashboard-interf-1773335193843-3c4b4eb4.png",
],
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +61,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${sourceSans3.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +75,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -81,7 +81,7 @@ export default function HomePage() {
{ text: "Learn More", href: "#features" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-clean-software-dashboard-interf-1773335193843-3c4b4eb4.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-modern-clean-software-dashboard-interf-1773335193843-3c4b4eb4.png?_wi=1"
imageAlt="Enterprise Financial Dashboard Interface"
mediaAnimation="slide-up"
/>
@@ -104,7 +104,7 @@ export default function HomePage() {
title: "Data Processing Speed",
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-clean-professional-financial-data-inpu-1773335191893-8d4389c9.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-clean-professional-financial-data-inpu-1773335191893-8d4389c9.png?_wi=1"
imageAlt="Financial Data Input Interface"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -126,7 +126,7 @@ export default function HomePage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-clean-professional-financial-data-inpu-1773335191893-8d4389c9.png?_wi=2",
},
items: [
{ icon: InputIcon, text: "Multi-field data entry forms" },
@@ -143,7 +143,7 @@ export default function HomePage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-data-visualization-showin-1773335191639-f62dbbb1.png?_wi=1",
},
items: [
{ icon: Brain, text: "Regression-based predictions" },
@@ -160,7 +160,7 @@ export default function HomePage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-revenue-trends-visualizat-1773335192060-fbac457d.png?_wi=1",
},
items: [
{ icon: LineChart, text: "Revenue trend analysis" },
@@ -177,7 +177,7 @@ export default function HomePage() {
"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",
"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",
},
items: [
{ icon: Upload, text: "Drag-and-drop file upload" },
@@ -194,7 +194,7 @@ export default function HomePage() {
"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",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-ai-powered-business-recom-1773335193567-6d51e7f9.png?_wi=1",
},
items: [
{ icon: Lightbulb, text: "Smart recommendations" },
@@ -266,7 +266,7 @@ export default function HomePage() {
"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",
"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",
},
{
@@ -277,7 +277,7 @@ export default function HomePage() {
"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",
"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",
},
{
@@ -288,7 +288,7 @@ export default function HomePage() {
"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",
"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",
},
{
@@ -299,7 +299,7 @@ export default function HomePage() {
"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",
"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",
},
{
@@ -310,7 +310,7 @@ export default function HomePage() {
"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",
"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",
},
{
@@ -321,7 +321,7 @@ export default function HomePage() {
"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",
"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",
},
]}
@@ -434,7 +434,7 @@ export default function HomePage() {
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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqzqzcOmjChz5fpsGh2JQ2Xvk6/a-professional-system-architecture-diagr-1773335192249-d34de477.png?_wi=1"
imageAlt="System Architecture Diagram"
mediaAnimation="slide-up"
mediaPosition="right"