Update src/app/page.tsx

This commit is contained in:
2026-03-03 05:52:05 +00:00
parent a6370fd833
commit aa6d10aa35

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
dashboard={{ dashboard={{
title: "Calendar & Embed Management", logoIcon: Send, title: "Calendar & Embed Management", logoIcon: Send,
searchPlaceholder: "Search embeds...", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel_52683-29589.jpg", imageAlt: "PR Cafe dashboard with calendar view", buttons: [ 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: [
{ text: "Dashboard", href: "#" }, { text: "Dashboard", href: "#" },
{ text: "Export", href: "#" }, { text: "Export", href: "#" },
], ],
@@ -157,7 +157,7 @@ export default function LandingPage() {
{ {
id: "4", tag: "Calendar", title: "Calendar", description: id: "4", tag: "Calendar", title: "Calendar", description:
"Schedule sends in advance and manage your content pipeline on a shared calendar.", imageSrc: "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", imageAlt: "Calendar view"}, "http://img.b2bpic.net/free-vector/dashboard-user-panel_52683-29589.jpg?_wi=2", imageAlt: "Calendar view"},
{ {
id: "5", tag: "AI Translation", title: "AI Translation", description: id: "5", tag: "AI Translation", title: "AI Translation", description:
"Translate embeds into 20+ languages with one click. Tags and formatting are preserved.", imageSrc: "Translate embeds into 20+ languages with one click. Tags and formatting are preserved.", imageSrc:
@@ -165,7 +165,7 @@ export default function LandingPage() {
{ {
id: "6", tag: "Team Permissions", title: "Team Permissions", description: id: "6", tag: "Team Permissions", title: "Team Permissions", description:
"Granular role-based access for owners, members, and PR partners across every feature.", imageSrc: "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", imageAlt: "Team settings"}, "http://img.b2bpic.net/free-vector/dashboard-user-panel_52683-29589.jpg?_wi=3", imageAlt: "Team settings"},
]} ]}
/> />
</div> </div>