Include a blog section on saas page
This commit is contained in:
@ -11,6 +11,7 @@ import Pricing from '~/components/widgets/Pricing.astro';
|
|||||||
|
|
||||||
import { headerData } from '~/navigation';
|
import { headerData } from '~/navigation';
|
||||||
import FAQs from '~/components/widgets/FAQs.astro';
|
import FAQs from '~/components/widgets/FAQs.astro';
|
||||||
|
import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro';
|
||||||
|
|
||||||
const metadata = {
|
const metadata = {
|
||||||
title: 'Saas Landing Page',
|
title: 'Saas Landing Page',
|
||||||
@ -306,6 +307,18 @@ const metadata = {
|
|||||||
</Fragment>
|
</Fragment>
|
||||||
</FAQs>
|
</FAQs>
|
||||||
|
|
||||||
|
<!-- BlogLatestPost Widget **************** -->
|
||||||
|
|
||||||
|
<BlogLatestPosts
|
||||||
|
id="blog"
|
||||||
|
title="Stay informed with AstroWind's blog"
|
||||||
|
information={`Explore our collection of articles, guides, and tutorials on web development, design trends, and using AstroWind effectively for your projects.`}
|
||||||
|
>
|
||||||
|
<Fragment slot="bg">
|
||||||
|
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
||||||
|
</Fragment>
|
||||||
|
</BlogLatestPosts>
|
||||||
|
|
||||||
<!-- Steps2 Widget ****************** -->
|
<!-- Steps2 Widget ****************** -->
|
||||||
|
|
||||||
<Steps2
|
<Steps2
|
||||||
|
Reference in New Issue
Block a user