summit-painting-handyman/dev/blog_template.mdx
2025-12-27 11:54:59 +00:00

31 lines
1.1 KiB
Plaintext

---
title: 'Your Blog Post Title Here'
description: 'A compelling one-sentence description that summarizes the blog post. This appears in meta tags and previews.'
pubDate: 'Jan 1 2024'
heroImage: '../../assets/blog-placeholder-1.jpg'
featured: true
category: 'Case Study'
tags: ['VFX', 'Houdini', 'Nuke', 'AI/ML', 'Brand Film']
---
<!-- Introduction paragraph: Set the context and hook the reader -->
[Write your opening paragraph here. Introduce the project, collaboration, or topic. This should be engaging and provide context for what follows.]
<!-- Optional: Main hero video or image -->
<div class="video-container my-10">
<video controls class="w-full border border-white/10">
<source src="https://media.nicholai.work/your-video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<p class="text-slate-500 text-sm mt-3 font-mono">/// FINAL FILM</p>
</div>
<!-- Alternative: If using an image instead of video -->
<!--
<div class="my-10">
<img src="path/to/image.jpg" alt="Description" class="w-full border border-white/10" />
<p class="text-slate-500 text-sm mt-3 font-mono">/// HERO IMAGE</p>
</div>
-->