update src/views/About/index.js

temp
mahdi 2 years ago
parent 706fff4508
commit e371a225f2
  1. 7
      src/views/About/index.js

@ -26,6 +26,13 @@ function About({
<main className="flex flex-col items-center pt-16">
<header>
<h1>{first.title}</h1>
<p
style={{
lineHeight: 2,
}}
>
{first.text}
</p>
</header>
<div className="linegr" style={{ width: "100%", height: "4px" }}></div>
<div className="about__fury flex">

Loading…
Cancel
Save