From 0ef8ea3456aad2624df139e068750f4e497c6593 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:44:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ddb100b..31b37d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amx15YM0CuRZodgYnu15BEI7Cn/a-glowing-3d-orb-with-aurora-like-gradie-1773211442462-23aa87d7.png", imageAlt: "Glowing AI orb visualization" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amx15YM0CuRZodgYnu15BEI7Cn/a-sleek-minimalist-dashboard-interface-s-1773211443932-8518b2c2.png", imageAlt: "AI Voice Agent Dashboard" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amx15YM0CuRZodgYnu15BEI7Cn/a-sleek-minimalist-dashboard-interface-s-1773211443932-8518b2c2.png?_wi=1", imageAlt: "AI Voice Agent Dashboard" } ]} mediaAnimation="slide-up" @@ -93,7 +93,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Voice", title: "AI Voice Agents", subtitle: "Human-like conversations at scale", description: "Deploy intelligent outbound and inbound voice agents that handle complex conversations naturally. Real-time speech recognition, natural language processing, and contextual decision-making—all in your voice.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amx15YM0CuRZodgYnu15BEI7Cn/a-sleek-minimalist-dashboard-interface-s-1773211443932-8518b2c2.png", imageAlt: "AI Voice Agent Interface" + tag: "Voice", title: "AI Voice Agents", subtitle: "Human-like conversations at scale", description: "Deploy intelligent outbound and inbound voice agents that handle complex conversations naturally. Real-time speech recognition, natural language processing, and contextual decision-making—all in your voice.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Amx15YM0CuRZodgYnu15BEI7Cn/a-sleek-minimalist-dashboard-interface-s-1773211443932-8518b2c2.png?_wi=2", imageAlt: "AI Voice Agent Interface" }, { id: 2, -- 2.49.1