Update src/app/page.tsx

This commit is contained in:
2026-03-10 10:40:56 +00:00
parent 35a4cd356e
commit 2b89c6479b

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Automate Your Business, Accelerate Growth"
description="Transform your workflows with intelligent automation solutions. Save time, reduce errors, and scale operations without the overhead. Let us handle the complexity."
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "80%", label: "Time Saved" },
{ value: "10x", label: "Faster Processes" },
@@ -55,7 +55,7 @@ export default function LandingPage() {
{ text: "Start Automating", href: "#contact" },
{ text: "View Our Work", href: "#services" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkaYLNwHdoxZs3sdjZLGcPx1G7/a-modern-sleek-business-automation-dashb-1773139163255-e709ffd1.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkaYLNwHdoxZs3sdjZLGcPx1G7/a-modern-sleek-business-automation-dashb-1773139163255-e709ffd1.png"
imageAlt="Automation dashboard interface"
mediaAnimation="slide-up"
imagePosition="right"
@@ -83,7 +83,7 @@ export default function LandingPage() {
title: "Measurable Results", description: "Track ROI with detailed analytics and reporting. See exactly how automation drives your bottom line.", icon: TrendingUp
}
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkaYLNwHdoxZs3sdjZLGcPx1G7/a-detailed-illustration-of-automated-wor-1773139162204-f0427793.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkaYLNwHdoxZs3sdjZLGcPx1G7/a-detailed-illustration-of-automated-wor-1773139162204-f0427793.png"
imageAlt="Workflow automation process"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -102,11 +102,11 @@ export default function LandingPage() {
features={[
{
id: "workflow-automation", title: "Workflow Automation", author: "Process Optimization", description: "Streamline repetitive tasks and complex workflows. Reduce manual work, eliminate bottlenecks, and improve team productivity across departments.", tags: ["Time Savings", "Efficiency"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkaYLNwHdoxZs3sdjZLGcPx1G7/a-detailed-illustration-of-automated-wor-1773139162204-f0427793.png?_wi=2", imageAlt: "Workflow automation"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkaYLNwHdoxZs3sdjZLGcPx1G7/a-detailed-illustration-of-automated-wor-1773139162204-f0427793.png", imageAlt: "Workflow automation"
},
{
id: "data-integration", title: "Data Integration & Sync", author: "System Connectivity", description: "Connect disparate systems and ensure real-time data synchronization. Eliminate data silos and maintain consistent information across platforms.", tags: ["Integration", "Real-time Data"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkaYLNwHdoxZs3sdjZLGcPx1G7/a-modern-sleek-business-automation-dashb-1773139163255-e709ffd1.png?_wi=2", imageAlt: "Data integration dashboard"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkaYLNwHdoxZs3sdjZLGcPx1G7/a-modern-sleek-business-automation-dashb-1773139163255-e709ffd1.png", imageAlt: "Data integration dashboard"
}
]}
animationType="slide-up"