Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-11 20:29:36 +00:00
3 changed files with 64 additions and 29 deletions

View File

@@ -1,27 +1,60 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google"; import { Halant } from "next/font/google";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import { Mulish } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Mulish } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
export const metadata: Metadata = { variable: "--font-inter",
title: "Webild components 2", subsets: ["latin"],
description: "Generated by create next app", });
};
const mulish = Mulish({ const mulish = Mulish({
variable: "--font-mulish", variable: "--font-mulish",
subsets: ["latin"], subsets: ["latin"],
}); });
const inter = Inter({
variable: "--font-inter", export const metadata: Metadata = {
subsets: ["latin"], title: "Enterprise ERP Software | SYS AI Business Solutions",
}); description: "Transform enterprise operations with SYS AI's comprehensive ERP platform. Streamline workflows, optimize resources, and drive growth.",
keywords: "ERP software, enterprise resource planning, business management system, workflow automation, cloud ERP",
metadataBase: new URL("https://sys-ai.erp"),
alternates: {
canonical: "https://sys-ai.erp",
},
openGraph: {
title: "Enterprise ERP Software | SYS AI",
description: "Comprehensive business management platform for enterprises",
url: "https://sys-ai.erp",
siteName: "SYS AI",
type: "website",
images: [
{
url: "https://sys-ai.erp/og-image.jpg",
alt: "Enterprise ERP Dashboard",
},
],
},
twitter: {
card: "summary_large_image",
title: "Enterprise ERP Software | SYS AI",
description: "Transform your business with intelligent enterprise resource planning",
images: ["https://sys-ai.erp/twitter-image.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
@@ -31,7 +64,9 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}> <body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag /> <Tag />
{children} {children}
<script <script
@@ -43,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -59,7 +59,7 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-enterprise-erp-dashboard-interf-1773260887888-cc42326a.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-enterprise-erp-dashboard-interf-1773260887888-cc42326a.png?_wi=1"
imageAlt="Enterprise ERP Dashboard" imageAlt="Enterprise ERP Dashboard"
mediaAnimation="slide-up" mediaAnimation="slide-up"
testimonials={[ testimonials={[
@@ -127,28 +127,28 @@ export default function HomePage() {
id: "01", id: "01",
title: "Workflow Automation", title: "Workflow Automation",
description: "Automate repetitive business processes and eliminate manual work. Reduce errors and increase productivity across all departments.", description: "Automate repetitive business processes and eliminate manual work. Reduce errors and increase productivity across all departments.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-workflow-automation-visual-showing-pro-1773260887710-955647a7.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-workflow-automation-visual-showing-pro-1773260887710-955647a7.png?_wi=1",
imageAlt: "Workflow automation diagram", imageAlt: "Workflow automation diagram",
}, },
{ {
id: "02", id: "02",
title: "Advanced Analytics & Reporting", title: "Advanced Analytics & Reporting",
description: "Gain deep insights with customizable dashboards and real-time reports. Make informed decisions backed by accurate data.", description: "Gain deep insights with customizable dashboards and real-time reports. Make informed decisions backed by accurate data.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-comprehensive-reporting-and-analytics--1773260888049-45fadd00.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-comprehensive-reporting-and-analytics--1773260888049-45fadd00.png?_wi=1",
imageAlt: "Analytics dashboard", imageAlt: "Analytics dashboard",
}, },
{ {
id: "03", id: "03",
title: "Team Collaboration", title: "Team Collaboration",
description: "Enable seamless communication and document sharing across departments. Improve coordination and project management efficiency.", description: "Enable seamless communication and document sharing across departments. Improve coordination and project management efficiency.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-team-collaboration-interface-showing-r-1773260890636-c0ecafa3.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-team-collaboration-interface-showing-r-1773260890636-c0ecafa3.png?_wi=1",
imageAlt: "Team collaboration interface", imageAlt: "Team collaboration interface",
}, },
{ {
id: "04", id: "04",
title: "Scalable Architecture", title: "Scalable Architecture",
description: "Grow without limitations. Our cloud-native platform scales with your business from startup to enterprise level.", description: "Grow without limitations. Our cloud-native platform scales with your business from startup to enterprise level.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-enterprise-erp-dashboard-interf-1773260887888-cc42326a.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-enterprise-erp-dashboard-interf-1773260887888-cc42326a.png?_wi=2",
imageAlt: "Scalable system architecture", imageAlt: "Scalable system architecture",
}, },
]} ]}
@@ -235,7 +235,7 @@ export default function HomePage() {
quote: "The onboarding process was smooth and the dedicated support team ensured our 200-person organization was up and running within 6 weeks. Their expertise is unmatched in the ERP space.", quote: "The onboarding process was smooth and the dedicated support team ensured our 200-person organization was up and running within 6 weeks. Their expertise is unmatched in the ERP space.",
tag: "Enterprise", tag: "Enterprise",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/professional-headshot-of-a-confident-bus-1773260887349-df6e54ab.png", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/professional-headshot-of-a-confident-bus-1773260887349-df6e54ab.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-office-environment-with-busines-1773260887280-5d90fc23.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-office-environment-with-busines-1773260887280-5d90fc23.png?_wi=1",
}, },
{ {
id: "2", id: "2",
@@ -245,7 +245,7 @@ export default function HomePage() {
quote: "The financial modules have given us complete visibility into our P&L across all divisions. Audit time has been cut by 60% and our CFO team can now focus on strategy instead of reconciliation.", quote: "The financial modules have given us complete visibility into our P&L across all divisions. Audit time has been cut by 60% and our CFO team can now focus on strategy instead of reconciliation.",
tag: "Finance", tag: "Finance",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/professional-headshot-of-a-female-financ-1773260886452-f7305f22.png", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/professional-headshot-of-a-female-financ-1773260886452-f7305f22.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-enterprise-erp-dashboard-interf-1773260887888-cc42326a.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-enterprise-erp-dashboard-interf-1773260887888-cc42326a.png?_wi=3",
}, },
{ {
id: "3", id: "3",
@@ -255,7 +255,7 @@ export default function HomePage() {
quote: "Managing 15 warehouses across 3 countries is now seamless. Real-time inventory visibility and automated reordering have reduced stockouts by 75% and cut carrying costs by 28%.", quote: "Managing 15 warehouses across 3 countries is now seamless. Real-time inventory visibility and automated reordering have reduced stockouts by 75% and cut carrying costs by 28%.",
tag: "Operations", tag: "Operations",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/professional-headshot-of-a-business-oper-1773260887132-e34f2065.png", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/professional-headshot-of-a-business-oper-1773260887132-e34f2065.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-workflow-automation-visual-showing-pro-1773260887710-955647a7.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-workflow-automation-visual-showing-pro-1773260887710-955647a7.png?_wi=2",
}, },
{ {
id: "4", id: "4",
@@ -265,7 +265,7 @@ export default function HomePage() {
quote: "Our sales team now has instant access to customer history, inventory, and delivery status. Deal closure time has improved by 40% and customer satisfaction scores hit an all-time high.", quote: "Our sales team now has instant access to customer history, inventory, and delivery status. Deal closure time has improved by 40% and customer satisfaction scores hit an all-time high.",
tag: "Sales", tag: "Sales",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/professional-headshot-of-a-business-deve-1773260886571-56179c7d.png", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/professional-headshot-of-a-business-deve-1773260886571-56179c7d.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-comprehensive-reporting-and-analytics--1773260888049-45fadd00.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-comprehensive-reporting-and-analytics--1773260888049-45fadd00.png?_wi=2",
}, },
{ {
id: "5", id: "5",
@@ -275,7 +275,7 @@ export default function HomePage() {
quote: "Production scheduling is now data-driven and our equipment downtime has been reduced by 45%. The predictive maintenance features alone have saved us over €2 million annually.", quote: "Production scheduling is now data-driven and our equipment downtime has been reduced by 45%. The predictive maintenance features alone have saved us over €2 million annually.",
tag: "Manufacturing", tag: "Manufacturing",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/professional-headshot-of-a-manufacturing-1773260886981-7ca18b43.png", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/professional-headshot-of-a-manufacturing-1773260886981-7ca18b43.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-team-collaboration-interface-showing-r-1773260890636-c0ecafa3.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-team-collaboration-interface-showing-r-1773260890636-c0ecafa3.png?_wi=2",
}, },
{ {
id: "6", id: "6",
@@ -285,7 +285,7 @@ export default function HomePage() {
quote: "The system architecture is solid. We've achieved 99.99% uptime, the API is well-documented, and their technical support team responds within minutes to any critical issue.", quote: "The system architecture is solid. We've achieved 99.99% uptime, the API is well-documented, and their technical support team responds within minutes to any critical issue.",
tag: "Technology", tag: "Technology",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/professional-headshot-of-an-it-director--1773260887023-400d2d97.png", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/professional-headshot-of-an-it-director--1773260887023-400d2d97.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-enterprise-erp-dashboard-interf-1773260887888-cc42326a.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-enterprise-erp-dashboard-interf-1773260887888-cc42326a.png?_wi=4",
}, },
]} ]}
/> />
@@ -355,7 +355,7 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-office-environment-with-busines-1773260887280-5d90fc23.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-office-environment-with-busines-1773260887280-5d90fc23.png?_wi=2"
imageAlt="Professional office collaboration" imageAlt="Professional office collaboration"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"

View File

@@ -56,7 +56,7 @@ export default function SolutionsPage() {
title: "Financial Management Suite", title: "Financial Management Suite",
description: description:
"Complete accounting, budgeting, and financial reporting. Real-time visibility into cash flow, profitability, and financial health across your entire organization.", "Complete accounting, budgeting, and financial reporting. Real-time visibility into cash flow, profitability, and financial health across your entire organization.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-comprehensive-reporting-and-analytics--1773260888049-45fadd00.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-comprehensive-reporting-and-analytics--1773260888049-45fadd00.png?_wi=3",
imageAlt: "Financial reporting dashboard", imageAlt: "Financial reporting dashboard",
}, },
{ {
@@ -64,7 +64,7 @@ export default function SolutionsPage() {
title: "Supply Chain & Logistics", title: "Supply Chain & Logistics",
description: description:
"Optimize procurement, inventory management, and distribution. Track goods from suppliers to customers with complete visibility and automated workflows.", "Optimize procurement, inventory management, and distribution. Track goods from suppliers to customers with complete visibility and automated workflows.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-workflow-automation-visual-showing-pro-1773260887710-955647a7.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-workflow-automation-visual-showing-pro-1773260887710-955647a7.png?_wi=3",
imageAlt: "Supply chain workflow", imageAlt: "Supply chain workflow",
}, },
{ {
@@ -72,7 +72,7 @@ export default function SolutionsPage() {
title: "Manufacturing Operations", title: "Manufacturing Operations",
description: description:
"Production planning, scheduling, and quality control. Optimize manufacturing processes with real-time monitoring and predictive maintenance capabilities.", "Production planning, scheduling, and quality control. Optimize manufacturing processes with real-time monitoring and predictive maintenance capabilities.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-enterprise-erp-dashboard-interf-1773260887888-cc42326a.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-enterprise-erp-dashboard-interf-1773260887888-cc42326a.png?_wi=5",
imageAlt: "Manufacturing dashboard", imageAlt: "Manufacturing dashboard",
}, },
{ {
@@ -80,7 +80,7 @@ export default function SolutionsPage() {
title: "Human Resources & Payroll", title: "Human Resources & Payroll",
description: description:
"Employee management, payroll processing, and workforce analytics. Streamline HR processes and gain insights into your talent and organizational structure.", "Employee management, payroll processing, and workforce analytics. Streamline HR processes and gain insights into your talent and organizational structure.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-team-collaboration-interface-showing-r-1773260890636-c0ecafa3.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-team-collaboration-interface-showing-r-1773260890636-c0ecafa3.png?_wi=3",
imageAlt: "HR dashboard", imageAlt: "HR dashboard",
}, },
]} ]}
@@ -124,7 +124,7 @@ export default function SolutionsPage() {
variant: "sparkles-gradient", variant: "sparkles-gradient",
}} }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-office-environment-with-busines-1773260887280-5d90fc23.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoZJZp3XEyY5WESTIi9eMg0W2K/a-modern-office-environment-with-busines-1773260887280-5d90fc23.png?_wi=3"
imageAlt="Enterprise implementation planning" imageAlt="Enterprise implementation planning"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"