Center home hero heading and tagline in main column

This commit is contained in:
2025-11-17 23:36:50 +08:00
parent f0e0e3d775
commit f844655628

View File

@@ -8,7 +8,7 @@ export default function HomePage() {
return ( return (
<section className="space-y-6"> <section className="space-y-6">
<header className="space-y-1"> <header className="space-y-1 text-center">
<h1 className="text-lg font-semibold text-slate-900 dark:text-slate-50"> <h1 className="text-lg font-semibold text-slate-900 dark:text-slate-50">
{siteConfig.name} {siteConfig.name}
</h1> </h1>