starter-blog,footer

This commit is contained in:
tangly1024.com
2024-02-20 15:59:17 +08:00
parent ed415fab79
commit cf71fe5530
8 changed files with 405 additions and 937 deletions

View File

@@ -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>