page blogs title and head and list article & change footer hover mode
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import Head from "./Head";
|
||||
import Title from "./title";
|
||||
import LatestArticles from "./latestArticles";
|
||||
|
||||
function BlogsPage() {
|
||||
return (
|
||||
<div className="padding-responsive pt-[168px]">
|
||||
<Title />
|
||||
<Head />
|
||||
<LatestArticles />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default BlogsPage
|
||||
Reference in New Issue
Block a user