feat: wire header, footer, and scroll effects into layout

This commit is contained in:
2026-06-01 20:31:34 -05:00
parent 715c85bb23
commit 8d17fe4307
3 changed files with 35 additions and 22 deletions

View File

@@ -1,3 +1,5 @@
"use client";
import Link from "next/link";
import { motion } from "motion/react";
import type { PostMeta } from "@/lib/posts";