Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="layered-gradient"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
title="Transform Leads Into Booked Meetings Instantly"
|
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."
|
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: "aurora" }}
|
background={{ variant: "plain" }}
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "2 mins", label: "Average Lead Response Time" },
|
{ value: "2 mins", label: "Average Lead Response Time" },
|
||||||
{ value: "87%", label: "Higher Conversion Rates" },
|
{ value: "87%", label: "Higher Conversion Rates" },
|
||||||
@@ -194,7 +194,7 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<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."
|
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"
|
animationType="entrance-slide"
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Demo", href: "mailto:demo@signalate.ai" },
|
{ text: "Schedule Demo", href: "mailto:demo@signalate.ai" },
|
||||||
{ text: "View Pricing", href: "#" },
|
{ text: "View Pricing", href: "#" },
|
||||||
|
|||||||
Reference in New Issue
Block a user