Fulldev UI

Docs Components Blocks

Posts

Latest posts

Read the latest articles from our blog.
placeholder landscape

Hero Component

Introducing our versatile Hero component with multiple layout options including centered, spread, split, and background styles. Perfect for creating impactful page headers.
placeholder landscape

Features Block

Check out our new Features block with customizable layouts. Great for showcasing your product's key features or services.
placeholder landscape

Content Block

Discover our flexible Content block with split layout and panel options. Ideal for presenting detailed information about your products or services.
---
import Posts from 'fulldev-ui/blocks/Posts.astro'
---

<Posts
  heading="Latest posts"
  text="Read the latest articles from our blog."
  cards={[
    {
      heading: 'Hero Component',
      label: '2024-03-15',
      text: 'Introducing our versatile Hero component with multiple layout options including centered, spread, split, and background styles. Perfect for creating impactful page headers.',
      image: '/images/placeholder-landscape.webp',
      href: '',
    },
    {
      heading: 'Features Block',
      label: '2024-03-10',
      text: "Check out our new Features block with customizable layouts. Great for showcasing your product's key features or services.",
      image: '/images/placeholder-landscape.webp',
      href: '',
    },
    {
      heading: 'Content Block',
      label: '2024-03-05',
      text: 'Discover our flexible Content block with split layout and panel options. Ideal for presenting detailed information about your products or services.',
      image: '/images/placeholder-landscape.webp',
      href: '',
    },
  ]}
/>