Update src/app/blog/page.tsx

This commit is contained in:
2026-03-03 16:14:13 +00:00
parent e7083b2151
commit ae78431049

View File

@@ -66,7 +66,7 @@ export default function BlogPage() {
{ text: "Subscribe Now", href: "/contact" },
{ text: "Return Home", href: "/" },
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
useInvertedBackground={false}
/>
</div>