AAA
Captions
Testing Cat

Lorem ispum111

A short, compelling summary of the post (max 160 characters). Used as preview text on blog listing pages and as default meta description for SEO.

Written by
4
Published on
Reading time
1 min read

Lorem Ipsum is simply Knowdlege text of the blog and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

typescript code

export default async function BlogIndexPage({ params }: PageProps) {
  const { locale } = params;

  // Fetch all data in parallel
  const [allPosts, featuredPosts, categories] = await Promise.all([
    getAllBlogPosts(),
    getFeaturedBlogPosts(),
    getAllCategories(),
  ]);

  return (
    <BlogIndexClient
      allPosts={allPosts}
      featuredPosts={featuredPosts}
      categories={categories}
      locale={locale}
    />
  );
}

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s. youtube video

Optional caption displayed below the

Lorem Ipsum is simply dummy text of the printing and typesetting industry. vimeo

vimeo

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s. pull quote

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type.

-- KD

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s. call to action