From a6370fd83317326eb9b6d64c36941627dd9f38ce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:49:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3fd3cbd..caaf6f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}, ]} /> @@ -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"], -- 2.49.1