Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 11:26:54 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
tag="Enterprise AI"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
buttons={[
{ text: "Start Free Trial", href: "#contact" },
{ text: "Watch Demo", href: "https://www.youtube.com" },
@@ -53,23 +53,23 @@ export default function LandingPage() {
buttonAnimation="slide-up"
leftCarouselItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/abstract-representation-of-ai-automating-1772882684775-794e2af0.png?_wi=1", imageAlt: "AI workflow automation"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/abstract-representation-of-ai-automating-1772882684775-794e2af0.png", imageAlt: "AI workflow automation"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/enterprise-team-collaborating-with-ai-po-1772882685215-22f66a63.png?_wi=1", imageAlt: "Team collaboration with AI insights"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/enterprise-team-collaborating-with-ai-po-1772882685215-22f66a63.png", imageAlt: "Team collaboration with AI insights"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/close-up-of-ai-driven-cost-reduction-met-1772882684604-2cc297a4.png?_wi=1", imageAlt: "ROI and cost reduction metrics"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/close-up-of-ai-driven-cost-reduction-met-1772882684604-2cc297a4.png", imageAlt: "ROI and cost reduction metrics"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/ai-technology-concept-showing-intelligen-1772882685295-8e0f7273.png?_wi=1", imageAlt: "Intelligent automation agents"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/ai-technology-concept-showing-intelligen-1772882685295-8e0f7273.png", imageAlt: "Intelligent automation agents"},
]}
rightCarouselItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/enterprise-team-collaborating-with-ai-po-1772882685215-22f66a63.png?_wi=2", imageAlt: "Enterprise analytics dashboard"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/enterprise-team-collaborating-with-ai-po-1772882685215-22f66a63.png", imageAlt: "Enterprise analytics dashboard"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/close-up-of-ai-driven-cost-reduction-met-1772882684604-2cc297a4.png?_wi=2", imageAlt: "Performance metrics visualization"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/close-up-of-ai-driven-cost-reduction-met-1772882684604-2cc297a4.png", imageAlt: "Performance metrics visualization"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/ai-technology-concept-showing-intelligen-1772882685295-8e0f7273.png?_wi=2", imageAlt: "Process optimization workflow"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/ai-technology-concept-showing-intelligen-1772882685295-8e0f7273.png", imageAlt: "Process optimization workflow"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/abstract-representation-of-ai-automating-1772882684775-794e2af0.png?_wi=2", imageAlt: "Advanced AI capabilities"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/abstract-representation-of-ai-automating-1772882684775-794e2af0.png", imageAlt: "Advanced AI capabilities"},
]}
carouselPosition="right"
/>
@@ -190,7 +190,7 @@ export default function LandingPage() {
{ text: "Start Free Trial", href: "https://example.com/trial" },
{ text: "Schedule Demo", href: "https://example.com/demo" },
]}
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
</div>