Merge version_1 into main #2
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Calendar & Embed Management", logoIcon: Send,
|
||||
searchPlaceholder: "Search embeds...", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel_52683-29589.jpg?_wi=1", imageAlt: "PR Cafe dashboard with calendar view", buttons: [
|
||||
searchPlaceholder: "Search embeds...", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel_52683-29589.jpg", imageAlt: "PR Cafe dashboard with calendar view", buttons: [
|
||||
{ text: "Dashboard", href: "#" },
|
||||
{ text: "Export", href: "#" },
|
||||
],
|
||||
@@ -118,6 +118,7 @@ export default function LandingPage() {
|
||||
description="Join growing teams managing their Discord presence with PR Cafe"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "500+", title: "Embeds Delivered", items: ["Reliable delivery to webhooks", "Real-time tracking"],
|
||||
@@ -139,6 +140,7 @@ export default function LandingPage() {
|
||||
description="A focused toolkit for building, personalizing, and sending Discord embeds at scale."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", tag: "Visual Editor", title: "Visual Editor", description:
|
||||
@@ -155,7 +157,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", tag: "Calendar", title: "Calendar", description:
|
||||
"Schedule sends in advance and manage your content pipeline on a shared calendar.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/dashboard-user-panel_52683-29589.jpg?_wi=2", imageAlt: "Calendar view"},
|
||||
"http://img.b2bpic.net/free-vector/dashboard-user-panel_52683-29589.jpg", imageAlt: "Calendar view"},
|
||||
{
|
||||
id: "5", tag: "AI Translation", title: "AI Translation", description:
|
||||
"Translate embeds into 20+ languages with one click. Tags and formatting are preserved.", imageSrc:
|
||||
@@ -163,7 +165,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "6", tag: "Team Permissions", title: "Team Permissions", description:
|
||||
"Granular role-based access for owners, members, and PR partners across every feature.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/dashboard-user-panel_52683-29589.jpg?_wi=3", imageAlt: "Team settings"},
|
||||
"http://img.b2bpic.net/free-vector/dashboard-user-panel_52683-29589.jpg", imageAlt: "Team settings"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -199,6 +201,7 @@ export default function LandingPage() {
|
||||
description="Get started with PR Cafe in three simple steps"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "1", title: "Sign in with Discord", items: ["Connect your Discord account", "No credit card required"],
|
||||
|
||||
Reference in New Issue
Block a user