This commit is contained in:
neutrino2211
2025-09-19 23:48:00 +01:00
parent 74a383448b
commit 8177a48df1
14 changed files with 1348 additions and 189 deletions

View File

@@ -1,8 +1,10 @@
import Link from "next/link";
import { stories } from "@/data/creativeData";
import { getStories } from "@/data/creativeData";
import ExpandableStory from "@/components/ExpandableStory";
export default function StoriesPage() {
export default async function StoriesPage() {
const stories = await getStories();
return (
<div className="min-h-screen bg-gradient-to-br from-yellow-50 via-orange-50 to-red-50 font-mono">
<div className="max-w-4xl mx-auto px-6 py-12">