Changes to copy on landing page
This commit is contained in:
@@ -12,21 +12,21 @@ import Image from 'next/image';
|
|||||||
import Script from 'next/script';
|
import Script from 'next/script';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import {
|
import {
|
||||||
Workflow,
|
ArrowRight,
|
||||||
Users,
|
|
||||||
Mail,
|
|
||||||
BarChart3,
|
BarChart3,
|
||||||
|
Clock,
|
||||||
Code2,
|
Code2,
|
||||||
Globe,
|
Globe,
|
||||||
Shield,
|
|
||||||
PackageOpen,
|
|
||||||
ArrowRight,
|
|
||||||
Clock,
|
|
||||||
Lock,
|
Lock,
|
||||||
|
Mail,
|
||||||
|
Megaphone,
|
||||||
|
PackageOpen,
|
||||||
|
Send,
|
||||||
|
Shield,
|
||||||
TrendingUp,
|
TrendingUp,
|
||||||
User,
|
User,
|
||||||
Megaphone,
|
Users,
|
||||||
Send,
|
Workflow,
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
|
|
||||||
const testimonials = [
|
const testimonials = [
|
||||||
@@ -77,12 +77,12 @@ const features = [
|
|||||||
{
|
{
|
||||||
icon: <Users className="h-5 w-5" />,
|
icon: <Users className="h-5 w-5" />,
|
||||||
title: 'Dynamic Segments',
|
title: 'Dynamic Segments',
|
||||||
description: 'Real-time audience segmentation based on contact data, behavior, and custom fields.',
|
description: 'Real-time audience segmentation based on contact data and behavior.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: <Mail className="h-5 w-5" />,
|
icon: <Mail className="h-5 w-5" />,
|
||||||
title: 'Campaign Management',
|
title: 'Campaign Management',
|
||||||
description: 'Broadcast emails with scheduling, A/B testing, and performance tracking.',
|
description: 'Broadcast emails with scheduling and performance tracking.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: <BarChart3 className="h-5 w-5" />,
|
icon: <BarChart3 className="h-5 w-5" />,
|
||||||
@@ -92,7 +92,7 @@ const features = [
|
|||||||
{
|
{
|
||||||
icon: <Code2 className="h-5 w-5" />,
|
icon: <Code2 className="h-5 w-5" />,
|
||||||
title: 'Developer API',
|
title: 'Developer API',
|
||||||
description: 'RESTful API with comprehensive documentation and language-specific SDKs.',
|
description: 'RESTful API with comprehensive documentation.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: <Globe className="h-5 w-5" />,
|
icon: <Globe className="h-5 w-5" />,
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ View detailed analytics in your dashboard to:
|
|||||||
- Keep under 50 characters
|
- Keep under 50 characters
|
||||||
- Create urgency or curiosity
|
- Create urgency or curiosity
|
||||||
- Personalize with `{{firstName}}`
|
- Personalize with `{{firstName}}`
|
||||||
- A/B test different approaches
|
- Test different approaches
|
||||||
|
|
||||||
**Optimize send timing:**
|
**Optimize send timing:**
|
||||||
- Test different days/times
|
- Test different days/times
|
||||||
|
|||||||
Reference in New Issue
Block a user