Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f4f2a9b5db | |||
| 12af7e9a62 | |||
| 79ca0d3861 |
@@ -7,53 +7,35 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const halant = Halant({
|
const halant = Halant({
|
||||||
variable: "--font-halant",
|
variable: "--font-halant", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const nunito = Nunito({
|
const nunito = Nunito({
|
||||||
variable: "--font-nunito",
|
variable: "--font-nunito", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Enterprise Software Platform | Webild",
|
title: "Enterprise Software Platform | Webild", description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies. Streamline operations, enhance security, and accelerate innovation with our intelligent platform.", keywords: "enterprise software, SaaS platform, business intelligence, AI analytics, cloud software, digital transformation", metadataBase: new URL("https://webild.com"),
|
||||||
description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies. Streamline operations, enhance security, and accelerate innovation with our intelligent platform.",
|
|
||||||
keywords: "enterprise software, SaaS platform, business intelligence, AI analytics, cloud software, digital transformation",
|
|
||||||
metadataBase: new URL("https://webild.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://webild.com",
|
canonical: "https://webild.com"},
|
||||||
},
|
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Enterprise Software Platform | Webild",
|
title: "Enterprise Software Platform | Webild", description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies.", url: "https://webild.com", siteName: "Webild", type: "website", images: [
|
||||||
description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies.",
|
|
||||||
url: "https://webild.com",
|
|
||||||
siteName: "Webild",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png",
|
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png", alt: "Webild Enterprise Software Platform"},
|
||||||
alt: "Webild Enterprise Software Platform",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Enterprise Software Platform | Webild", description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies.", images: [
|
||||||
title: "Enterprise Software Platform | Webild",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png"],
|
||||||
description: "Advanced AI-powered enterprise software trusted by 5,000+ global companies.",
|
|
||||||
images: [
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
116
src/app/page.tsx
116
src/app/page.tsx
@@ -51,13 +51,9 @@ export default function HomePage() {
|
|||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png?_wi=1",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-enterprise-software-dashboard-wit-1772749677462-04571515.png?_wi=1", imageAlt: "Advanced analytics dashboard interface"},
|
||||||
imageAlt: "Advanced analytics dashboard interface",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/advanced-data-visualization-platform-sho-1772749676473-c722e8ce.png?_wi=1",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/advanced-data-visualization-platform-sho-1772749676473-c722e8ce.png?_wi=1", imageAlt: "Real-time data visualization platform"},
|
||||||
imageAlt: "Real-time data visualization platform",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -75,9 +71,7 @@ export default function HomePage() {
|
|||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="Engineered for Excellence"
|
title="Engineered for Excellence"
|
||||||
description={[
|
description={[
|
||||||
"Founded in 2018, Webild has emerged as a leader in enterprise software solutions, serving organizations across finance, healthcare, retail, and technology sectors. Our mission is to democratize access to enterprise-grade technology while maintaining the highest standards of security, reliability, and performance.",
|
"Founded in 2018, Webild has emerged as a leader in enterprise software solutions, serving organizations across finance, healthcare, retail, and technology sectors. Our mission is to democratize access to enterprise-grade technology while maintaining the highest standards of security, reliability, and performance.", "With a team of 200+ engineers and designers, we've built a platform that processes over 1 billion data points daily. Our commitment to innovation has resulted in 15+ patents and recognition from industry leaders including Gartner and Forrester."]}
|
||||||
"With a team of 200+ engineers and designers, we've built a platform that processes over 1 billion data points daily. Our commitment to innovation has resulted in 15+ patents and recognition from industry leaders including Gartner and Forrester.",
|
|
||||||
]}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Read Our Story", href: "/about" },
|
{ text: "Read Our Story", href: "/about" },
|
||||||
{ text: "Explore Solutions", href: "#features" },
|
{ text: "Explore Solutions", href: "#features" },
|
||||||
@@ -101,29 +95,13 @@ export default function HomePage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "AI-Powered Analytics",
|
title: "AI-Powered Analytics", description: "Leverage machine learning models to uncover hidden patterns in your data and drive smarter business decisions in real-time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/ai-powered-analytics-interface-showing-p-1772749676292-cdb0d26f.png", imageAlt: "AI analytics dashboard showing predictive insights"},
|
||||||
description: "Leverage machine learning models to uncover hidden patterns in your data and drive smarter business decisions in real-time.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/ai-powered-analytics-interface-showing-p-1772749676292-cdb0d26f.png",
|
|
||||||
imageAlt: "AI analytics dashboard showing predictive insights",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Enterprise Security",
|
title: "Enterprise Security", description: "Bank-level encryption, multi-factor authentication, and SOC 2 Type II compliance ensure your data stays protected 24/7.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/enterprise-security-infrastructure-visua-1772749676431-ec31e070.png", imageAlt: "Security infrastructure with encryption protocols"},
|
||||||
description: "Bank-level encryption, multi-factor authentication, and SOC 2 Type II compliance ensure your data stays protected 24/7.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/enterprise-security-infrastructure-visua-1772749676431-ec31e070.png",
|
|
||||||
imageAlt: "Security infrastructure with encryption protocols",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Seamless Integration",
|
title: "Seamless Integration", description: "Connect with 500+ applications and services through our comprehensive API and pre-built connectors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/integration-ecosystem-visualization-show-1772749676750-9ad86113.png", imageAlt: "Integration ecosystem with multiple platforms"},
|
||||||
description: "Connect with 500+ applications and services through our comprehensive API and pre-built connectors.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/integration-ecosystem-visualization-show-1772749676750-9ad86113.png",
|
|
||||||
imageAlt: "Integration ecosystem with multiple platforms",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Real-Time Collaboration",
|
title: "Real-Time Collaboration", description: "Enable teams across departments and continents to work together with live updates and instant synchronization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/real-time-team-collaboration-interface-s-1772749677781-5b0cceb4.png", imageAlt: "Team collaboration interface with live editing"},
|
||||||
description: "Enable teams across departments and continents to work together with live updates and instant synchronization.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/real-time-team-collaboration-interface-s-1772749677781-5b0cceb4.png",
|
|
||||||
imageAlt: "Team collaboration interface with live editing",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
gridVariant="two-columns-alternating-heights"
|
gridVariant="two-columns-alternating-heights"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -163,25 +141,9 @@ export default function HomePage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
names={[
|
names={[
|
||||||
"Acme Corporation",
|
"Acme Corporation", "TechFlow Systems", "InnovateLabs", "CloudSync Platform", "DataHub Analytics", "SecureNet Solutions", "VelocityAI", "NextGen Enterprises"]}
|
||||||
"TechFlow Systems",
|
|
||||||
"InnovateLabs",
|
|
||||||
"CloudSync Platform",
|
|
||||||
"DataHub Analytics",
|
|
||||||
"SecureNet Solutions",
|
|
||||||
"VelocityAI",
|
|
||||||
"NextGen Enterprises",
|
|
||||||
]}
|
|
||||||
logos={[
|
logos={[
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-corporate-logo-for-acme-corporati-1772749677298-d7aba1b0.png",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/modern-corporate-logo-for-acme-corporati-1772749677298-d7aba1b0.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/professional-logo-design-for-techflow-sy-1772749677197-da783753.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/innovative-logo-for-innovatelabs-featuri-1772749676384-34b6752e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/cloud-themed-logo-for-cloudsync-platform-1772749675459-b2e491e4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/data-focused-logo-for-datahub-analytics--1772749676349-263a7487.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/security-focused-logo-for-securenet-solu-1772749675885-b7a2cfae.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/ai-themed-logo-for-velocityai-with-moder-1772749675869-8ceab75f.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/enterprise-logo-for-nextgen-enterprises--1772749675686-cda6b2e9.png"]}
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/professional-logo-design-for-techflow-sy-1772749677197-da783753.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/innovative-logo-for-innovatelabs-featuri-1772749676384-34b6752e.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/cloud-themed-logo-for-cloudsync-platform-1772749675459-b2e491e4.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/data-focused-logo-for-datahub-analytics--1772749676349-263a7487.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/security-focused-logo-for-securenet-solu-1772749675885-b7a2cfae.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/ai-themed-logo-for-velocityai-with-moder-1772749675869-8ceab75f.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/enterprise-logo-for-nextgen-enterprises--1772749675686-cda6b2e9.png",
|
|
||||||
]}
|
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -201,59 +163,23 @@ export default function HomePage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Johnson", role: "Chief Technology Officer", company: "FinanceFlow Inc", rating: 5,
|
||||||
name: "Sarah Johnson",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/professional-headshot-of-a-confident-fem-1772749675147-8b5494cb.png?_wi=1", imageAlt: "Reduced reporting time by 75%. Sarah Johnson testimonial"},
|
||||||
role: "Chief Technology Officer",
|
|
||||||
company: "FinanceFlow Inc",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/professional-headshot-of-a-confident-fem-1772749675147-8b5494cb.png?_wi=1",
|
|
||||||
imageAlt: "Sarah Johnson testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", role: "VP of Operations", company: "HealthTech Solutions", rating: 5,
|
||||||
name: "Michael Chen",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/professional-headshot-of-an-asian-male-v-1772749675205-53ae2678.png", imageAlt: "Improved operational efficiency by 60%. Michael Chen testimonial"},
|
||||||
role: "VP of Operations",
|
|
||||||
company: "HealthTech Solutions",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/professional-headshot-of-an-asian-male-v-1772749675205-53ae2678.png",
|
|
||||||
imageAlt: "Michael Chen testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily Rodriguez", role: "Director of Digital Innovation", company: "RetailGlobal Corp", rating: 5,
|
||||||
name: "Emily Rodriguez",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/professional-headshot-of-a-hispanic-fema-1772749674857-ff8b8d1f.png?_wi=1", imageAlt: "Increased sales by 45% in first year. Emily Rodriguez testimonial"},
|
||||||
role: "Director of Digital Innovation",
|
|
||||||
company: "RetailGlobal Corp",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/professional-headshot-of-a-hispanic-fema-1772749674857-ff8b8d1f.png?_wi=1",
|
|
||||||
imageAlt: "Emily Rodriguez testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David Kim", role: "Head of Engineering", company: "CloudBase Technologies", rating: 5,
|
||||||
name: "David Kim",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/professional-headshot-of-an-asian-male-e-1772749676405-fd2da7fe.png?_wi=1", imageAlt: "Reduced infrastructure costs by 50%. David Kim testimonial"},
|
||||||
role: "Head of Engineering",
|
|
||||||
company: "CloudBase Technologies",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/professional-headshot-of-an-asian-male-e-1772749676405-fd2da7fe.png?_wi=1",
|
|
||||||
imageAlt: "David Kim testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Jessica Martinez", role: "CEO", company: "StartupXYZ", rating: 5,
|
||||||
name: "Jessica Martinez",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/professional-headshot-of-a-female-ceo-in-1772749676819-ce415c1e.png", imageAlt: "Scaled team by 3x without scaling costs. Jessica Martinez testimonial"},
|
||||||
role: "CEO",
|
|
||||||
company: "StartupXYZ",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/professional-headshot-of-a-female-ceo-in-1772749676819-ce415c1e.png",
|
|
||||||
imageAlt: "Jessica Martinez testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "James Wilson", role: "Product Manager", company: "InnovateLabs", rating: 5,
|
||||||
name: "James Wilson",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/professional-headshot-of-a-male-product--1772749676953-1b751712.png", imageAlt: "Reduced time-to-insight by 80%. James Wilson testimonial"},
|
||||||
role: "Product Manager",
|
|
||||||
company: "InnovateLabs",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXr5EeQOQROmLj982gdsTB3Rsy/professional-headshot-of-a-male-product--1772749676953-1b751712.png",
|
|
||||||
imageAlt: "James Wilson testimonial",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user