Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-03 11:30:18 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
import ContactText from "@/components/sections/contact/ContactText";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Zap, Target, Brain, TrendingUp, Users, Clock, Target as TargetIcon, Star, Volume2, CheckCircle, MessageCircle, Link, Calendar, Database, Linkedin, Twitter, Mail, Cpu, Globe } from "lucide-react";
import { Zap, Target, Brain, TrendingUp, Users, Clock, Star, Volume2, CheckCircle, MessageCircle, Link, Calendar, Database, Linkedin, Twitter, Mail, Cpu, Globe } from "lucide-react";
export default function LandingPage() {
return (
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Transform Leads Into Booked Meetings Instantly"
description="Signalate AI Voice Agents automatically call, qualify, and book appointments for your leads 24/7. No missed opportunities. No manual follow-ups. Just pure conversion efficiency."
background={{ variant: "plain" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "2 mins", label: "Average Lead Response Time" },
{ value: "87%", label: "Higher Conversion Rates" },
@@ -115,7 +115,7 @@ export default function LandingPage() {
id: "3", value: "73%", title: "Time Savings", description: "Less manual work on lead qualification", icon: Clock,
},
{
id: "4", value: "156%", title: "ROI Improvement", description: "Average return on lead investment increase", icon: TargetIcon,
id: "4", value: "156%", title: "ROI Improvement", description: "Average return on lead investment increase", icon: Target,
},
]}
gridVariant="uniform-all-items-equal"
@@ -194,7 +194,7 @@ export default function LandingPage() {
<ContactText
text="Ready to multiply your qualified leads without hiring more staff? Let's schedule your personalized demo and show you exactly how Signalate AI can transform your lead conversion."
animationType="entrance-slide"
background={{ variant: "plain" }}
background={{ variant: "glowing-orb" }}
buttons={[
{ text: "Schedule Demo", href: "mailto:demo@signalate.ai" },
{ text: "View Pricing", href: "#" },