Skip to content

Commit c45073f

Browse files
docs: Add comprehensive project documentation, update testing status to production-ready, and fix pricing page authentication.
1 parent 4e06b07 commit c45073f

7 files changed

Lines changed: 1299 additions & 28 deletions

File tree

app/[locale]/(public)/pricing/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default async function PricingPage() {
6565

6666
return (
6767
<div className="min-h-screen bg-[#09090b] text-white font-sans">
68-
<div className="container py-24 px-4 md:px-6 relative">
68+
<div className="container py-24 px-4 md:px-6 relative mx-auto">
6969
{/* Background Glow */}
7070
<div className="absolute top-0 left-1/2 -translate-x-1/2 w-full max-w-[800px] h-[500px] bg-blue-500/10 blur-[120px] rounded-full pointer-events-none -z-10" />
7171

0 commit comments

Comments
 (0)