More
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user