ML-LT / src /components /Hero.jsx
wokogaming's picture
Upload 57 files
05abd64 verified
raw
history blame contribute delete
424 Bytes
function Hero() {
return (
<div className="text-center mb-12 space-y-3 max-w-2xl">
<h1 className="text-3xl md:text-5xl font-bold text-slate-900 tracking-tight">Tóm tắt tin tức thông minh</h1>
<p className="text-slate-500 text-lg">Cập nhật nhanh chóng, nghe tin tức mọi lúc với giọng đọc đa vùng miền.</p>
</div>
);
}
export default Hero;