Update Page.tsx

This commit is contained in:
Val 2025-02-07 19:52:18 +07:00
parent 2f7303d000
commit fde805dc42

View File

@ -46,7 +46,7 @@ export default async function Page({ slug }: PageProps) {
<div className="container position-relative pt-sm-40 text-center"> <div className="container position-relative pt-sm-40 text-center">
<div className="row"> <div className="row">
<div className="col-md-10 offset-md-1 col-lg-8 offset-lg-2"> <div className="col-md-10 offset-md-1 col-lg-8 offset-lg-2">
<h1 className="hs-title-10 mb-10 wow fadeInUp">{page.title}</h1> <h1 className="hs-title-10 mb-10">{page.title}</h1>
</div> </div>
</div> </div>
</div> </div>