Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 18:50:20 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="fluid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -44,26 +44,26 @@ export default function LandingPage() {
description="Harness the power of cutting-edge artificial intelligence to automate workflows, gain insights, and drive innovation. Built for teams that demand simplicity and performance."
tag="AI for Everyone"
tagIcon={Sparkles}
background={{ variant: "fluid" }}
background={{ variant: "glowing-orb" }}
testimonials={[
{
name: "Sarah Chen", handle: "CEO, TechFlow Inc", testimonial: "This AI platform transformed how our team works. Intuitive, powerful, and built with precision.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/professional-headshot-of-a-confident-tec-1772477289258-59c69125.png?_wi=1"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/professional-headshot-of-a-confident-tec-1772477289258-59c69125.png"
},
{
name: "Michael Rodriguez", handle: "Head of Product, CloudSync", testimonial: "The integration capabilities are exceptional. Everything just works seamlessly together.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/professional-headshot-of-a-female-produc-1772477289487-98df72e4.png?_wi=1"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/professional-headshot-of-a-female-produc-1772477289487-98df72e4.png"
},
{
name: "Jessica Park", handle: "Founder, InnovateLab", testimonial: "Finally, an AI solution that doesn't require a PhD to implement. Clean design meets raw power.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/professional-headshot-of-a-male-entrepre-1772477288704-84a25003.png?_wi=1"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/professional-headshot-of-a-male-entrepre-1772477288704-84a25003.png"
}
]}
buttons={[
{ text: "Start Free Trial", href: "contact" },
{ text: "View Demo", href: "#features" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/a-sleek-minimalist-ai-dashboard-interfac-1772477289722-fd1edc6b.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/a-sleek-minimalist-ai-dashboard-interfac-1772477289722-fd1edc6b.png"
imageAlt="AI Dashboard Interface"
mediaAnimation="slide-up"
imagePosition="right"
@@ -82,10 +82,10 @@ export default function LandingPage() {
title: "Advanced Processing", description: "Lightning-fast AI inference with enterprise-grade reliability. Process massive datasets in seconds.", icon: Zap,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/abstract-visualization-of-ai-neural-netw-1772477289558-03672e04.png?_wi=1", imageAlt: "AI Processing Visualization"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/abstract-visualization-of-ai-neural-netw-1772477289558-03672e04.png", imageAlt: "AI Processing Visualization"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/workflow-automation-visualization-showin-1772477293071-46ba99d0.png?_wi=1", imageAlt: "Automation Workflow"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/workflow-automation-visualization-showin-1772477293071-46ba99d0.png", imageAlt: "Automation Workflow"
}
]
},
@@ -93,10 +93,10 @@ export default function LandingPage() {
title: "Seamless Integration", description: "Connect with your existing tools and platforms. Works with everything you already use.", icon: Zap,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/clean-integration-ecosystem-diagram-show-1772477289457-642f6d05.png?_wi=1", imageAlt: "Integration Ecosystem"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/clean-integration-ecosystem-diagram-show-1772477289457-642f6d05.png", imageAlt: "Integration Ecosystem"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/abstract-visualization-of-ai-neural-netw-1772477289558-03672e04.png?_wi=2", imageAlt: "Connected Systems"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/abstract-visualization-of-ai-neural-netw-1772477289558-03672e04.png", imageAlt: "Connected Systems"
}
]
},
@@ -107,7 +107,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/enterprise-security-interface-showing-sh-1772477289812-ab889324.png", imageAlt: "Security Interface"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/clean-integration-ecosystem-diagram-show-1772477289457-642f6d05.png?_wi=2", imageAlt: "Secure Network"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/clean-integration-ecosystem-diagram-show-1772477289457-642f6d05.png", imageAlt: "Secure Network"
}
]
},
@@ -115,10 +115,10 @@ export default function LandingPage() {
title: "Smart Automation", description: "Reduce manual tasks by up to 80%. Focus on what matters while AI handles the rest.", icon: Zap,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/workflow-automation-visualization-showin-1772477293071-46ba99d0.png?_wi=2", imageAlt: "Automation Workflow"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/workflow-automation-visualization-showin-1772477293071-46ba99d0.png", imageAlt: "Automation Workflow"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/abstract-visualization-of-ai-neural-netw-1772477289558-03672e04.png?_wi=3", imageAlt: "Smart Processing"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/abstract-visualization-of-ai-neural-netw-1772477289558-03672e04.png", imageAlt: "Smart Processing"
}
]
}
@@ -149,13 +149,13 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/professional-headshot-of-a-confident-tec-1772477289258-59c69125.png?_wi=2", imageAlt: "Sarah Chen, CEO"
id: "1", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/professional-headshot-of-a-confident-tec-1772477289258-59c69125.png", imageAlt: "Sarah Chen, CEO"
},
{
id: "2", name: "Michael Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/professional-headshot-of-a-female-produc-1772477289487-98df72e4.png?_wi=2", imageAlt: "Michael Rodriguez, Head of Product"
id: "2", name: "Michael Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/professional-headshot-of-a-female-produc-1772477289487-98df72e4.png", imageAlt: "Michael Rodriguez, Head of Product"
},
{
id: "3", name: "Jessica Park", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/professional-headshot-of-a-male-entrepre-1772477288704-84a25003.png?_wi=2", imageAlt: "Jessica Park, Founder"
id: "3", name: "Jessica Park", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/professional-headshot-of-a-male-entrepre-1772477288704-84a25003.png", imageAlt: "Jessica Park, Founder"
},
{
id: "4", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/professional-headshot-of-a-female-cto-wi-1772477289352-8fb373ed.png", imageAlt: "David Kim, CTO"
@@ -175,9 +175,9 @@ export default function LandingPage() {
tagIcon={Mail}
title="Ready to Transform?"
description="Join thousands of companies leveraging AI to drive growth. Get started today with a free trial or schedule a demo with our team."
background={{ variant: "fluid" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/a-sleek-minimalist-ai-dashboard-interfac-1772477289722-fd1edc6b.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOx4vpGO8WWJ6NHRRVZUJvuHKu/a-sleek-minimalist-ai-dashboard-interfac-1772477289722-fd1edc6b.png"
imageAlt="AI Platform Dashboard"
mediaAnimation="slide-up"
mediaPosition="right"