Update src/app/page.tsx
This commit is contained in:
@@ -60,15 +60,15 @@ export default function MainPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen", handle: "ML Engineer, TechForward", testimonial: "The transparency in their AI setup is unprecedented. We can actually understand how their models work.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARDrAb2Tjf15nwHOxqYoZ2uEAf/professional-avatar-of-a-satisfied-clien-1772547068857-ee85f36d.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARDrAb2Tjf15nwHOxqYoZ2uEAf/professional-avatar-of-a-satisfied-clien-1772547068857-ee85f36d.png?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Marcus Rodriguez", handle: "CTO, InnovateLabs", testimonial: "Best-in-class infrastructure. Their GPU setup handles our workloads effortlessly with exceptional performance.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARDrAb2Tjf15nwHOxqYoZ2uEAf/professional-avatar-of-another-satisfied-1772547071864-bf5c228d.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARDrAb2Tjf15nwHOxqYoZ2uEAf/professional-avatar-of-another-satisfied-1772547071864-bf5c228d.png?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Elena Kowalski", handle: "Data Scientist, CloudScience", testimonial: "Outstanding technical architecture. The performance metrics speak for themselves.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARDrAb2Tjf15nwHOxqYoZ2uEAf/professional-portrait-of-a-satisfied-cli-1772547070398-778d801c.png"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARDrAb2Tjf15nwHOxqYoZ2uEAf/professional-portrait-of-a-satisfied-cli-1772547070398-778d801c.png?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -218,13 +218,13 @@ export default function MainPage() {
|
||||
topMarqueeDirection="left"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", handle: "@sarahchen - ML Engineer", testimonial: "The transparency in their AI setup is unprecedented. We can actually understand how their models work and optimize accordingly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARDrAb2Tjf15nwHOxqYoZ2uEAf/professional-avatar-of-a-satisfied-clien-1772547068857-ee85f36d.png"
|
||||
id: "1", name: "Sarah Chen", handle: "@sarahchen - ML Engineer", testimonial: "The transparency in their AI setup is unprecedented. We can actually understand how their models work and optimize accordingly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARDrAb2Tjf15nwHOxqYoZ2uEAf/professional-avatar-of-a-satisfied-clien-1772547068857-ee85f36d.png?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Rodriguez", handle: "@mrodriguez - CTO", testimonial: "Best-in-class infrastructure. Their GPU clusters handle our workloads effortlessly with exceptional performance metrics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARDrAb2Tjf15nwHOxqYoZ2uEAf/professional-avatar-of-another-satisfied-1772547071864-bf5c228d.png"
|
||||
id: "2", name: "Marcus Rodriguez", handle: "@mrodriguez - CTO", testimonial: "Best-in-class infrastructure. Their GPU clusters handle our workloads effortlessly with exceptional performance metrics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARDrAb2Tjf15nwHOxqYoZ2uEAf/professional-avatar-of-another-satisfied-1772547071864-bf5c228d.png?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena Kowalski", handle: "@ekowalski - Data Scientist", testimonial: "Outstanding technical architecture. The performance improvements over our previous setup were immediately noticeable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARDrAb2Tjf15nwHOxqYoZ2uEAf/professional-portrait-of-a-satisfied-cli-1772547070398-778d801c.png"
|
||||
id: "3", name: "Elena Kowalski", handle: "@ekowalski - Data Scientist", testimonial: "Outstanding technical architecture. The performance improvements over our previous setup were immediately noticeable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARDrAb2Tjf15nwHOxqYoZ2uEAf/professional-portrait-of-a-satisfied-cli-1772547070398-778d801c.png?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Park", handle: "@dpark - Research Director", testimonial: "Exceptional support team with deep technical expertise. They understand the nuances of production AI deployment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARDrAb2Tjf15nwHOxqYoZ2uEAf/professional-headshot-of-another-client--1772547070789-9254ce0d.png"
|
||||
|
||||
Reference in New Issue
Block a user