Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/ai/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import { AIInsightsDemo } from "@/components/demo/ai-demos/AIInsightsDemo";
import { DonationsAIDemo } from "@/components/demo/ai-demos/DonationsAIDemo";

export const metadata: Metadata = {
title: "AI Church Software | Sermon Planning, Content Creation & Pastoral Insights",
title: "AI Church Tools — Sermon Planner, Content Studio & Pastoral Care Insights",
description:
"AI-powered tools built for ministry: sermon planning assistant, content studio, translation console, pastoral care insights, and donor engagement automation. See how AI saves churches 10+ hours weekly.",
"AI tools built for ministry: auto-generate sermon outlines, repurpose content for email and social, detect at-risk members, and analyze giving patterns. Save 10+ hours weekly. Free to start.",
alternates: {
canonical: "https://relius.ai/ai/",
},
Expand Down
2 changes: 1 addition & 1 deletion app/blog/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default async function BlogPostPage({ params }: BlogPageProps) {
<header className="space-y-6">
<div className="flex flex-wrap items-center gap-3 text-sm text-slate-500">
<span className="font-semibold text-primary-700 bg-primary-50 px-3 py-1 rounded-full">{post.category}</span>
<span>{new Date(post.date).toLocaleDateString("en-US", { month: "long", day: "numeric", year: "numeric" })}</span>
<time dateTime={post.date}>{new Date(post.date).toLocaleDateString("en-US", { month: "long", day: "numeric", year: "numeric" })}</time>
<span aria-hidden="true">|</span>
<span>{post.readTime}</span>
</div>
Expand Down
Loading