mirror of
https://github.com/yusufipk/natours-react.git
synced 2026-09-11 19:16:11 +00:00
created text component
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
function About() {
|
||||
return (
|
||||
<main>
|
||||
<section className="section-about">
|
||||
<div className="u-center-text u-margin-bottom-8">
|
||||
<h2 className="heading-secondary">
|
||||
Exciting tours for adventurous people
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div className="row">
|
||||
<div className="col-1-of-2">Text content</div>
|
||||
<div className="col-1-of-2">Image</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
export default About;
|
||||
Reference in New Issue
Block a user