first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
import React, { useState } from 'react';
|
||||
import Blogs from '../News/Blogs';
|
||||
|
||||
function BlogHomeOne() {
|
||||
return (
|
||||
<section className="appie-blog-area pt-45 pb-95">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-12">
|
||||
<div className="appie-section-title text-center">
|
||||
<h3 className="appie-title">Our latest blog posts</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<Blogs pathname='/' />
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
export default BlogHomeOne;
|
||||
Reference in New Issue
Block a user