feat: enhance page titles and link previews for improved user experience and sharing capabilities
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
import { Suspense } from 'react'
|
||||
import type { Metadata } from 'next'
|
||||
import PricingSection from '@/components/PricingSection'
|
||||
import { PricingCardsSkeleton } from '@/components/skeletons'
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Pricing | Pulse',
|
||||
description: 'Simple, transparent pricing for privacy-first web analytics. Free tier included.',
|
||||
openGraph: {
|
||||
title: 'Pricing | Pulse',
|
||||
description: 'Simple, transparent pricing for privacy-first web analytics. Free tier included.',
|
||||
siteName: 'Pulse by Ciphera',
|
||||
},
|
||||
}
|
||||
|
||||
export default function PricingPage() {
|
||||
return (
|
||||
<div className="min-h-screen pt-20">
|
||||
|
||||
Reference in New Issue
Block a user