Enlarge home hero heading text size

This commit is contained in:
2025-11-17 23:41:03 +08:00
parent f844655628
commit 23421a2980

View File

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