Merge branch 'main' of github.com:rankrunners-dev/next-cochise into main

This commit is contained in:
RizqiSyahrendra 2025-02-07 20:29:47 +07:00
commit 8bdc3416f9

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>