mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-01 23:16:51 +00:00
starter-blog,footer
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { siteConfig } from '@/lib/config'
|
||||
import CONFIG from '../config'
|
||||
|
||||
export const Blog = () => {
|
||||
return <>
|
||||
{/* <!-- ====== Blog Section Start --> */}
|
||||
@@ -7,16 +10,17 @@ export const Blog = () => {
|
||||
<div class="w-full px-4">
|
||||
<div class="mx-auto mb-[60px] max-w-[485px] text-center">
|
||||
<span class="mb-2 block text-lg font-semibold text-primary">
|
||||
Our Blogs
|
||||
{siteConfig('STARTER_BLOG_TITLE', null, CONFIG)}
|
||||
</span>
|
||||
<h2
|
||||
class="mb-4 text-3xl font-bold text-dark dark:text-white sm:text-4xl md:text-[40px] md:leading-[1.2]"
|
||||
>
|
||||
Our Recent News
|
||||
{siteConfig('STARTER_BLOG_TEXT_1', null, CONFIG)}
|
||||
</h2>
|
||||
<p class="text-base text-body-color dark:text-dark-6">
|
||||
There are many variations of passages of Lorem Ipsum available
|
||||
but the majority have suffered alteration in some form.
|
||||
<p dangerouslySetInnerHTML={
|
||||
{ __html: siteConfig('STARTER_BLOG_TEXT_2', null, CONFIG) }
|
||||
} class="text-base text-body-color dark:text-dark-6">
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user