Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -55,15 +55,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Johnson", handle: "@botbuilder", testimonial: "BotRunner cut our deployment time from hours to minutes. Game changer for bot development.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGJeWlYpGxL8JgYSBMJgp294fY/professional-headshot-of-a-software-deve-1774109647249-5209e375.png", imageAlt: "Alex Johnson"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGJeWlYpGxL8JgYSBMJgp294fY/professional-headshot-of-a-software-deve-1774109647249-5209e375.png?_wi=1", imageAlt: "Alex Johnson"
|
||||
},
|
||||
{
|
||||
name: "Sarah Chen", handle: "@devops_sarah", testimonial: "Finally, a bot deployment platform that just works. No more manual configuration headaches.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGJeWlYpGxL8JgYSBMJgp294fY/professional-headshot-of-a-system-admini-1774109646863-8c7c3b55.png", imageAlt: "Sarah Chen"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGJeWlYpGxL8JgYSBMJgp294fY/professional-headshot-of-a-system-admini-1774109646863-8c7c3b55.png?_wi=1", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
name: "Marcus Brown", handle: "@discord_dev", testimonial: "The Discord integration is seamless. Our entire team loves BotRunner.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGJeWlYpGxL8JgYSBMJgp294fY/professional-headshot-of-a-product-manag-1774109647506-b1d162d7.png", imageAlt: "Marcus Brown"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGJeWlYpGxL8JgYSBMJgp294fY/professional-headshot-of-a-product-manag-1774109647506-b1d162d7.png?_wi=1", imageAlt: "Marcus Brown"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -152,13 +152,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alex Johnson", handle: "@botbuilder", testimonial: "BotRunner cut our deployment time from hours to minutes. Game changer for bot development.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGJeWlYpGxL8JgYSBMJgp294fY/professional-headshot-of-a-software-deve-1774109647249-5209e375.png", imageAlt: "Alex Johnson"
|
||||
id: "1", name: "Alex Johnson", handle: "@botbuilder", testimonial: "BotRunner cut our deployment time from hours to minutes. Game changer for bot development.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGJeWlYpGxL8JgYSBMJgp294fY/professional-headshot-of-a-software-deve-1774109647249-5209e375.png?_wi=2", imageAlt: "Alex Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", handle: "@devops_sarah", testimonial: "Finally, a bot deployment platform that just works. No more manual configuration headaches.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGJeWlYpGxL8JgYSBMJgp294fY/professional-headshot-of-a-system-admini-1774109646863-8c7c3b55.png", imageAlt: "Sarah Chen"
|
||||
id: "2", name: "Sarah Chen", handle: "@devops_sarah", testimonial: "Finally, a bot deployment platform that just works. No more manual configuration headaches.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGJeWlYpGxL8JgYSBMJgp294fY/professional-headshot-of-a-system-admini-1774109646863-8c7c3b55.png?_wi=2", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Marcus Brown", handle: "@discord_dev", testimonial: "The Discord integration is seamless. Our entire team loves BotRunner.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGJeWlYpGxL8JgYSBMJgp294fY/professional-headshot-of-a-product-manag-1774109647506-b1d162d7.png", imageAlt: "Marcus Brown"
|
||||
id: "3", name: "Marcus Brown", handle: "@discord_dev", testimonial: "The Discord integration is seamless. Our entire team loves BotRunner.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGJeWlYpGxL8JgYSBMJgp294fY/professional-headshot-of-a-product-manag-1774109647506-b1d162d7.png?_wi=2", imageAlt: "Marcus Brown"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Lisa Garcia", handle: "@cloud_architect", testimonial: "Enterprise-grade reliability with startup simplicity. Perfect for scaling bot operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGJeWlYpGxL8JgYSBMJgp294fY/professional-headshot-of-a-cloud-archite-1774109647235-7732a310.png", imageAlt: "Lisa Garcia"
|
||||
|
||||
Reference in New Issue
Block a user