diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d21564..ebcc365 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import TextAbout from "@/components/sections/about/TextAbout"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; @@ -41,26 +41,33 @@ export default function LandingPage() {
-
@@ -87,11 +94,11 @@ export default function LandingPage() { }, { id: 2, - tag: "Outreach", title: "Automatic Call", subtitle: "Natural, human-like conversation.", description: "Our AI Voice Agent calls the lead within minutes, speaking naturally and professionally. The prospect has no idea they're talking to an AI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtFGUyOE11Q1qQrYhkOTjSvF2/illustration-of-an-ai-voice-agent-making-1772536917995-11ad4065.png?_wi=1", imageAlt: "AI making outbound call" + tag: "Outreach", title: "Automatic Call", subtitle: "Natural, human-like conversation.", description: "Our AI Voice Agent calls the lead within minutes, speaking naturally and professionally. The prospect has no idea they're talking to an AI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtFGUyOE11Q1qQrYhkOTjSvF2/illustration-of-an-ai-voice-agent-making-1772536917995-11ad4065.png", imageAlt: "AI making outbound call" }, { id: 3, - tag: "Qualify", title: "Smart Qualification", subtitle: "Structured, intelligent questions.", description: "The AI asks strategic, qualification questions to understand the prospect's needs, timeline, and fit for your services. All responses are recorded and analyzed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtFGUyOE11Q1qQrYhkOTjSvF2/illustration-showing-an-ai-voice-agent-h-1772536920238-1ab58428.png?_wi=1", imageAlt: "AI conversation with prospect" + tag: "Qualify", title: "Smart Qualification", subtitle: "Structured, intelligent questions.", description: "The AI asks strategic, qualification questions to understand the prospect's needs, timeline, and fit for your services. All responses are recorded and analyzed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtFGUyOE11Q1qQrYhkOTjSvF2/illustration-showing-an-ai-voice-agent-h-1772536920238-1ab58428.png", imageAlt: "AI conversation with prospect" }, { id: 4, @@ -162,7 +169,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Natural Voice Synthesis", description: "Our AI speaks naturally with perfect intonation, pacing, and emotion. Prospects forget they're not talking to a real person. Crystal clear audio quality across all connections.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtFGUyOE11Q1qQrYhkOTjSvF2/illustration-of-an-ai-voice-agent-making-1772536917995-11ad4065.png?_wi=2" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtFGUyOE11Q1qQrYhkOTjSvF2/illustration-of-an-ai-voice-agent-making-1772536917995-11ad4065.png" }, items: [ { icon: Volume2, text: "Human-quality voice generation" }, @@ -173,7 +180,7 @@ export default function LandingPage() { }, { id: "2", title: "Intelligent Conversation Logic", description: "Trained on thousands of successful sales conversations, our AI adapts to different prospect responses, handles objections gracefully, and always steers toward qualification and booking.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtFGUyOE11Q1qQrYhkOTjSvF2/illustration-showing-an-ai-voice-agent-h-1772536920238-1ab58428.png?_wi=2" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtFGUyOE11Q1qQrYhkOTjSvF2/illustration-showing-an-ai-voice-agent-h-1772536920238-1ab58428.png" }, items: [ { icon: Brain, text: "Context-aware responses" }, @@ -184,7 +191,7 @@ export default function LandingPage() { }, { id: "3", title: "Seamless CRM Integration", description: "Works with your existing tools. Direct integration with all major CRM systems, calendar platforms, and lead sources. Data flows automatically without manual entry.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtFGUyOE11Q1qQrYhkOTjSvF2/a-sleek-modern-ai-voice-agent-interface--1772536918422-5737e15c.png?_wi=2" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtFGUyOE11Q1qQrYhkOTjSvF2/a-sleek-modern-ai-voice-agent-interface--1772536918422-5737e15c.png" }, items: [ { icon: Link, text: "CRM sync & data logging" },