Update src/app/page.tsx
This commit is contained in:
@@ -59,19 +59,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen", handle: "CTO, TechVenture", testimonial: "This AI automation platform reduced our operational costs by 60% in just three months. Incredible impact.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-portrait-of-a-tech-1773243812387-a0009f9d.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-portrait-of-a-tech-1773243812387-a0009f9d.png?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Michael Rodriguez", handle: "CEO, CloudScale Inc", testimonial: "The intelligent agents learned our workflows faster than expected. Seamless integration across all systems.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-woman-busines-1773243812400-d87a332d.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-woman-busines-1773243812400-d87a332d.png?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "James Liu", handle: "COO, DataFlow Systems", testimonial: "Finally, a solution that truly understands our business needs. The AI continuously improves.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-man-entrepren-1773243812368-d382c418.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-man-entrepren-1773243812368-d382c418.png?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Emma Watson", handle: "VP Operations, Global Tech", testimonial: "We've automated 80% of our manual processes. The time savings are extraordinary.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-diverse-busin-1773243812115-849b5ab0.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-diverse-busin-1773243812115-849b5ab0.png?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -166,12 +166,12 @@ export default function LandingPage() {
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-portrait-of-a-tech-1773243812387-a0009f9d.png", imageAlt: "Sarah Chen" },
|
||||
{ id: "2", name: "Michael Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-woman-busines-1773243812400-d87a332d.png", imageAlt: "Michael Rodriguez" },
|
||||
{ id: "3", name: "James Liu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-man-entrepren-1773243812368-d382c418.png", imageAlt: "James Liu" },
|
||||
{ id: "4", name: "Emma Watson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-diverse-busin-1773243812115-849b5ab0.png", imageAlt: "Emma Watson" },
|
||||
{ id: "5", name: "David Park", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-portrait-of-a-tech-1773243812387-a0009f9d.png", imageAlt: "David Park" },
|
||||
{ id: "6", name: "Lisa Anderson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-woman-busines-1773243812400-d87a332d.png", imageAlt: "Lisa Anderson" }
|
||||
{ id: "1", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-portrait-of-a-tech-1773243812387-a0009f9d.png?_wi=2", imageAlt: "Sarah Chen" },
|
||||
{ id: "2", name: "Michael Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-woman-busines-1773243812400-d87a332d.png?_wi=2", imageAlt: "Michael Rodriguez" },
|
||||
{ id: "3", name: "James Liu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-man-entrepren-1773243812368-d382c418.png?_wi=2", imageAlt: "James Liu" },
|
||||
{ id: "4", name: "Emma Watson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-diverse-busin-1773243812115-849b5ab0.png?_wi=2", imageAlt: "Emma Watson" },
|
||||
{ id: "5", name: "David Park", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-portrait-of-a-tech-1773243812387-a0009f9d.png?_wi=3", imageAlt: "David Park" },
|
||||
{ id: "6", name: "Lisa Anderson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-woman-busines-1773243812400-d87a332d.png?_wi=3", imageAlt: "Lisa Anderson" }
|
||||
]}
|
||||
cardTitle="Trusted by over 10,000 enterprises worldwide to transform their operations with intelligent AI automation"
|
||||
cardTag="Customer Success Stories"
|
||||
|
||||
Reference in New Issue
Block a user