Merge version_1_1781621493404 into main
Merge version_1_1781621493404 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -18,25 +18,18 @@ export default function HomePage() {
|
||||
title="Scale your YouTube creator partnerships."
|
||||
description="Reachly helps outreach managers discover top channels, automate hyper-personalized emails, and close deals faster."
|
||||
primaryButton={{
|
||||
text: "Get Started",
|
||||
href: "/auth",
|
||||
}}
|
||||
text: "Get Started", href: "/auth"}}
|
||||
secondaryButton={{
|
||||
text: "View Demo",
|
||||
href: "/demo",
|
||||
}}
|
||||
text: "View Demo", href: "/demo"}}
|
||||
items={[
|
||||
{
|
||||
text: "10k+ API Units",
|
||||
icon: Zap,
|
||||
text: "10k+ API Units", icon: Zap,
|
||||
},
|
||||
{
|
||||
text: "AI-Powered CRM",
|
||||
icon: Lightbulb,
|
||||
text: "AI-Powered CRM", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
text: "Smart Pipeline",
|
||||
icon: LayoutDashboard,
|
||||
text: "Smart Pipeline", icon: LayoutDashboard,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-advisor-answering-landine-phone-call-office_482257-74573.jpg"
|
||||
@@ -63,40 +56,19 @@ export default function HomePage() {
|
||||
description="Everything you need to run your channel discovery and outreach end-to-end."
|
||||
items={[
|
||||
{
|
||||
title: "Channel Discovery",
|
||||
description: "Powerful filters for subs and engagement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-leader-works-office-infographics-reports-setting-objectives_482257-116840.jpg",
|
||||
},
|
||||
title: "Channel Discovery", description: "Powerful filters for subs and engagement.", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-leader-works-office-infographics-reports-setting-objectives_482257-116840.jpg"},
|
||||
{
|
||||
title: "Email Automation",
|
||||
description: "AI-powered personalisation at scale.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-desk-with-mouse-envelopes_1134-198.jpg",
|
||||
},
|
||||
title: "Email Automation", description: "AI-powered personalisation at scale.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-desk-with-mouse-envelopes_1134-198.jpg"},
|
||||
{
|
||||
title: "Deal Pipeline",
|
||||
description: "Drag and drop stage management.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372420.jpg",
|
||||
},
|
||||
title: "Deal Pipeline", description: "Drag and drop stage management.", imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372420.jpg"},
|
||||
{
|
||||
title: "Analytics Dashboard",
|
||||
description: "Real-time performance tracking.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-statistic-green-blackboard_1379-290.jpg",
|
||||
},
|
||||
title: "Analytics Dashboard", description: "Real-time performance tracking.", imageSrc: "http://img.b2bpic.net/free-photo/data-statistic-green-blackboard_1379-290.jpg"},
|
||||
{
|
||||
title: "Smart AI Replies",
|
||||
description: "Generative messaging tools.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-nurse-training-reviews-anatomy-case-files_482257-117755.jpg",
|
||||
},
|
||||
title: "Smart AI Replies", description: "Generative messaging tools.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-nurse-training-reviews-anatomy-case-files_482257-117755.jpg"},
|
||||
{
|
||||
title: "Global Inbox",
|
||||
description: "Unified reply sentiment analysis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-types-squid-ink-pasta-bowls_23-2148340457.jpg",
|
||||
},
|
||||
title: "Global Inbox", description: "Unified reply sentiment analysis.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-types-squid-ink-pasta-bowls_23-2148340457.jpg"},
|
||||
{
|
||||
title: "Integration Hub",
|
||||
description: "Connected Google and AI tools.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149206039.jpg",
|
||||
},
|
||||
title: "Integration Hub", description: "Connected Google and AI tools.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149206039.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -107,30 +79,19 @@ export default function HomePage() {
|
||||
<MetricsFeatureCards
|
||||
tag="Proven Results"
|
||||
title="Efficiency metrics that matter."
|
||||
description="Our platform delivers measurable improvements in outreach effectiveness."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.2x",
|
||||
title: "Reply Rate Increase",
|
||||
features: [
|
||||
"Advanced targeting",
|
||||
"AI personalization",
|
||||
],
|
||||
value: "4.2x", title: "Reply Rate Increase", features: [
|
||||
"Advanced targeting", "AI personalization"],
|
||||
},
|
||||
{
|
||||
value: "12h",
|
||||
title: "Time Saved/Week",
|
||||
features: [
|
||||
"Automated discovery",
|
||||
"Bulk template sending",
|
||||
],
|
||||
value: "12h", title: "Time Saved/Week", features: [
|
||||
"Automated discovery", "Bulk template sending"],
|
||||
},
|
||||
{
|
||||
value: "89%",
|
||||
title: "Accuracy Rate",
|
||||
features: [
|
||||
"Real-time data",
|
||||
"Verification tools",
|
||||
],
|
||||
value: "89%", title: "Accuracy Rate", features: [
|
||||
"Real-time data", "Verification tools"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -145,25 +106,15 @@ export default function HomePage() {
|
||||
author="Sarah Miller, Growth Lead @ CreatorOps"
|
||||
avatars={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-work-office-using-computer-looking-aside_171337-6822.jpg",
|
||||
},
|
||||
name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/man-work-office-using-computer-looking-aside_171337-6822.jpg"},
|
||||
{
|
||||
name: "David Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601486.jpg",
|
||||
},
|
||||
name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601486.jpg"},
|
||||
{
|
||||
name: "Elena Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-employee-looking-startup-analytics-pc_482257-74478.jpg",
|
||||
},
|
||||
name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/woman-employee-looking-startup-analytics-pc_482257-74478.jpg"},
|
||||
{
|
||||
name: "Marcus Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-man-analyzing-research-data-online-computer-planning-web-presentation-with-company-report-working-corporate-network-documents-office-with-big-windows_482257-49769.jpg",
|
||||
},
|
||||
name: "Marcus Kim", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-man-analyzing-research-data-online-computer-planning-web-presentation-with-company-report-working-corporate-network-documents-office-with-big-windows_482257-49769.jpg"},
|
||||
{
|
||||
name: "Julia Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-glasses_23-2149005467.jpg",
|
||||
},
|
||||
name: "Julia Smith", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-glasses_23-2149005467.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -174,31 +125,22 @@ export default function HomePage() {
|
||||
<FaqTabbedAccordion
|
||||
tag="Support"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our platform and features."
|
||||
categories={[
|
||||
{
|
||||
name: "Getting Started",
|
||||
items: [
|
||||
name: "Getting Started", items: [
|
||||
{
|
||||
question: "How do I integrate Gmail?",
|
||||
answer: "Simply navigate to Settings > Integrations and select Google.",
|
||||
},
|
||||
question: "How do I integrate Gmail?", answer: "Simply navigate to Settings > Integrations and select Google."},
|
||||
{
|
||||
question: "Is it compliant?",
|
||||
answer: "Reachly is built with full privacy and API compliance in mind.",
|
||||
},
|
||||
question: "Is it compliant?", answer: "Reachly is built with full privacy and API compliance in mind."},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Plans & Pricing",
|
||||
items: [
|
||||
name: "Plans & Pricing", items: [
|
||||
{
|
||||
question: "Do you have a free tier?",
|
||||
answer: "We offer a generous free trial for all creators.",
|
||||
},
|
||||
question: "Do you have a free tier?", answer: "We offer a generous free trial for all creators."},
|
||||
{
|
||||
question: "How are credits calculated?",
|
||||
answer: "Based on channel searches and email volumes.",
|
||||
},
|
||||
question: "How are credits calculated?", answer: "Based on channel searches and email volumes."},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -212,13 +154,9 @@ export default function HomePage() {
|
||||
tag="Ready to scale?"
|
||||
text="Start your journey today with our pro tools."
|
||||
primaryButton={{
|
||||
text: "Get Started",
|
||||
href: "/auth",
|
||||
}}
|
||||
text: "Get Started", href: "/auth"}}
|
||||
secondaryButton={{
|
||||
text: "Talk to Sales",
|
||||
href: "/sales",
|
||||
}}
|
||||
text: "Talk to Sales", href: "/sales"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user