Merge version_1 into main #2
@@ -10,7 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Github, Linkedin, Twitter } from "lucide-react";
|
||||
import { Github, Linkedin, Twitter, Zap, Link, Scale } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
||||
description="Sandhi connects your enterprise to vetted AI agents and intelligently routes work across your entire ecosystem. Scale capabilities instantly without hiring friction."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRmK4ETS5GafSYbDhDyWWSRdrr/close-up-of-a-sleek-futuristic-robotic-h-1774460285667-5e4d2854.png?_wi=1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRmK4ETS5GafSYbDhDyWWSRdrr/close-up-of-a-sleek-futuristic-robotic-h-1774460285667-5e4d2854.png",
|
||||
imageAlt: "Futuristic robotic hand interacting with a glowing holographic interface",
|
||||
},
|
||||
{
|
||||
@@ -123,21 +123,21 @@ export default function LandingPage() {
|
||||
description: "Reduce hiring friction and scale capabilities on-demand with intelligent workforce solutions that optimize your entire ecosystem for efficiency gains and cost savings.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRmK4ETS5GafSYbDhDyWWSRdrr/abstract-representation-of-data-flowing--1774460283557-424ed51e.png",
|
||||
imageAlt: "Abstract illustration of data flow and efficiency",
|
||||
buttonIcon: "Zap",
|
||||
buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Seamless AI Integration",
|
||||
description: "Achieve competitive advantage through AI adoption without the complexities. Our solution ensures reliable and secure integration into your existing infrastructure.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRmK4ETS5GafSYbDhDyWWSRdrr/interconnecting-abstract-geometric-shape-1774460286494-d3080c49.png",
|
||||
imageAlt: "Abstract illustration of interconnected systems for integration",
|
||||
buttonIcon: "Link",
|
||||
buttonIcon: Link,
|
||||
},
|
||||
{
|
||||
title: "Transparent Management",
|
||||
description: "Gain full visibility with vendor management dashboards, clear pricing, and verifiable proof of ROI, addressing risk mitigation and operational control for procurement.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRmK4ETS5GafSYbDhDyWWSRdrr/an-expanding-network-of-digital-nodes-an-1774460283354-5940de1f.png",
|
||||
imageAlt: "Abstract illustration of expanding network for scalability",
|
||||
buttonIcon: "Scale",
|
||||
buttonIcon: Scale,
|
||||
},
|
||||
]}
|
||||
title="Unlock Next-Gen Operational Efficiency"
|
||||
@@ -147,7 +147,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="depth-3d"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
@@ -293,7 +293,7 @@ export default function LandingPage() {
|
||||
placeholder: "Tell us about your needs...",
|
||||
rows: 4,
|
||||
}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRmK4ETS5GafSYbDhDyWWSRdrr/close-up-of-a-sleek-futuristic-robotic-h-1774460285667-5e4d2854.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRmK4ETS5GafSYbDhDyWWSRdrr/close-up-of-a-sleek-futuristic-robotic-h-1774460285667-5e4d2854.png"
|
||||
imageAlt="Robotic hand and futuristic interface"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user