// this should be dynamic as it doesn't specify force-static // and the parent layout uses `headers()` export default function Page() { return ( <>

/force-static

{Date.now()}

) }