add videovault

This commit is contained in:
Alexander Daichendt 2025-08-24 11:48:42 +02:00
parent 2943ace31b
commit 5e09ae35f0
8 changed files with 61 additions and 124 deletions

View file

@ -1,8 +1,14 @@
---
import { Icon } from "astro-icon/components";
import { projects } from "../consts";
import { type Project } from "../consts";
import Carousel from "./Carousel.astro";
import ThreeColumnSection from "./ThreeColumnSection.astro";
interface Props {
projects: Project[];
}
const { projects } = Astro.props;
---
<section class="py-16 bg-mytheme-200/70 dark:bg-mytheme-700/50">